解锁视频增加加载
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user