增加返回按钮显示隐藏
This commit is contained in:
@@ -140,16 +140,11 @@
|
|||||||
<text class="list-title-lss">
|
<text class="list-title-lss">
|
||||||
当前视频 没有播放权限
|
当前视频 没有播放权限
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="list-title-r" @click="closePay()">
|
<view class="list-title-r" @click="closePay()">
|
||||||
<image class="list-title-rs" src="../../static/images/me/closeIconss.png" mode=""></image>
|
<image class="list-title-rs" src="../../static/images/me/closeIconss.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<text class="" style="font-size: 24rpx;color: #999;padding: 0 34rpx;margin: 20rpx 0; auto;text-align: left;width: 100%;">
|
|
||||||
{{getRedEnvelopeTips}}
|
|
||||||
</text>
|
|
||||||
<view class="pay-content">
|
<view class="pay-content">
|
||||||
<!-- <view class="pay-content-item" @click="payVideo(1)" v-if="zhengbu === '是'">
|
<!-- <view class="pay-content-item" @click="payVideo(1)" v-if="zhengbu === '是'">
|
||||||
<image class="pay-content-item-icon" src="../../static/images/me/rmIcon.png" mode=""></image>
|
<image class="pay-content-item-icon" src="../../static/images/me/rmIcon.png" mode=""></image>
|
||||||
@@ -389,8 +384,7 @@
|
|||||||
},
|
},
|
||||||
isShowVideo: '',
|
isShowVideo: '',
|
||||||
noBuyVideoIndex:null,
|
noBuyVideoIndex:null,
|
||||||
playFlag: false,
|
playFlag: false
|
||||||
getRedEnvelopeTips: ''
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onUnload() {
|
onUnload() {
|
||||||
@@ -482,12 +476,6 @@
|
|||||||
if(this.courseId){
|
if(this.courseId){
|
||||||
this.getDataList(this.courseId, this.courseDetailsId);
|
this.getDataList(this.courseId, this.courseDetailsId);
|
||||||
}
|
}
|
||||||
httpsRequest.getT('app/course/getRedEnvelopeTips').then(res => {
|
|
||||||
console.log(res)
|
|
||||||
if (res.code == 0) {
|
|
||||||
this.getRedEnvelopeTips= res.data
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
},
|
||||||
onLoad(e) {
|
onLoad(e) {
|
||||||
//是开启整部购买
|
//是开启整部购买
|
||||||
|
|||||||
Reference in New Issue
Block a user