视频抽奖次数显示修改

This commit is contained in:
GaoHao
2024-12-07 15:46:08 +08:00
parent ff96875de7
commit 3ecd48231f
7 changed files with 39 additions and 12 deletions

View File

@@ -143,6 +143,9 @@
<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>
@@ -361,6 +364,7 @@
iosPayId: '',
isCollect: false,
playFlag: false,
getRedEnvelopeTips: ''
};
},
@@ -465,6 +469,11 @@
this.getDataList(this.courseId, this.courseDetailsId);
}
httpsRequest.getT('app/course/getRedEnvelopeTips').then(res => {
if (res.code == 0) {
this.getRedEnvelopeTips= res.data
}
})
},
onLoad(e) {
let that = this