增加返回按钮显示隐藏
This commit is contained in:
parent
f78b4fc14a
commit
8b61108053
|
|
@ -140,16 +140,11 @@
|
|||
<text class="list-title-lss">
|
||||
当前视频 没有播放权限
|
||||
</text>
|
||||
|
||||
</view>
|
||||
|
||||
<view class="list-title-r" @click="closePay()">
|
||||
<image class="list-title-rs" src="../../static/images/me/closeIconss.png" mode=""></image>
|
||||
</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-item" @click="payVideo(1)" v-if="zhengbu === '是'">
|
||||
<image class="pay-content-item-icon" src="../../static/images/me/rmIcon.png" mode=""></image>
|
||||
|
|
@ -389,8 +384,7 @@
|
|||
},
|
||||
isShowVideo: '',
|
||||
noBuyVideoIndex:null,
|
||||
playFlag: false,
|
||||
getRedEnvelopeTips: ''
|
||||
playFlag: false
|
||||
};
|
||||
},
|
||||
onUnload() {
|
||||
|
|
@ -482,12 +476,6 @@
|
|||
if(this.courseId){
|
||||
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) {
|
||||
//是开启整部购买
|
||||
|
|
|
|||
Loading…
Reference in New Issue