视频抽奖次数显示修改
This commit is contained in:
@@ -194,9 +194,7 @@
|
||||
<!-- <u-icon name="lock" class="list-title-icon" color="#efbb6b" size="40"></u-icon> -->
|
||||
当前视频 没有播放权限
|
||||
</view>
|
||||
<view class="" style="font-size: 24rpx;color: #999;padding: 0 34rpx;margin-bottom: 20rpx;">
|
||||
每日前三次付款均可获取抽奖机会抽奖保底抽中等额现金红包当前为第x次付款
|
||||
</view>
|
||||
<view class="" style="font-size: 24rpx;color: #999;padding: 0 34rpx;margin-bottom: 20rpx;">{{getRedEnvelopeTips}}</view>
|
||||
|
||||
<!-- <view class="list-item" v-if="zhengbu === '是' && isWxIosPay == true">
|
||||
<view class="list-item-box flex align-center justify-center" @click="payVideo(1)">
|
||||
@@ -431,6 +429,7 @@
|
||||
countPrice: 0, //单集价格
|
||||
isWxIosPay: true,
|
||||
playFlag: false,
|
||||
getRedEnvelopeTips: ''
|
||||
};
|
||||
},
|
||||
onShareAppMessage(res) {
|
||||
@@ -682,6 +681,11 @@
|
||||
if(this.courseId){
|
||||
this.getDataList(this.courseId, this.courseDetailsId);
|
||||
}
|
||||
this.$Request.getT('app/course/getRedEnvelopeTips').then(res => {
|
||||
if (res.code == 0) {
|
||||
this.getRedEnvelopeTips= res.data
|
||||
}
|
||||
})
|
||||
|
||||
// uni.$on('back', (data) => {
|
||||
// if (data.flag == true) {
|
||||
|
||||
Reference in New Issue
Block a user