解锁视频增加加载

This commit is contained in:
GaoHao
2024-12-27 09:00:07 +08:00
parent d5059305e7
commit 54910d3330
2 changed files with 15 additions and 4 deletions

View File

@@ -188,7 +188,7 @@
<!-- 购买视频 -->
<u-popup :closeable="true" :custom-style="customStyle" :safe-area-inset-bottom="true" close-icon="close"
close-icon-size="30" close-icon-color="#333333" :mask-custom-style="maskCustomStyle" v-model="showPay"
close-icon-size="30" @close="popupPyaClose" close-icon-color="#333333" :mask-custom-style="maskCustomStyle" v-model="showPay"
border-radius="24" mode="bottom">
<view class="list" :style="listStyle">
<view class="list-title flex align-center">
@@ -1317,6 +1317,10 @@
closeMoney(data) {
this.showMoney = data
},
popupPyaClose() {
this.isOrder = true
console.log(this.isOrder)
},
//使用金币购买
submitPay(type, num) {
let data = {
@@ -1344,9 +1348,9 @@
}
} else {
this.isOrder = true
if ( res.status && res.status == 1) {
this.showPay = false //关闭购买选择弹窗
this.isOrder = true
this.getDataList(this.courseId, this.videoList[this.current].courseDetailsId,
true);
return;