视频相关修改

This commit is contained in:
GaoHao
2024-12-23 16:54:38 +08:00
parent 4b592b14ab
commit 2ff5ebfd71
4 changed files with 23 additions and 11 deletions

View File

@@ -1056,6 +1056,12 @@
// this.payOrder(res.data.orders.ordersId, res.data.orders.payMoney)
} else {
if ( res.status && res.status == 1) {
this.showPay = false //关闭购买选择弹窗
this.getDataList(this.courseId, this.videoList[this.current].courseDetailsId,
true);
return;
}
uni.showToast({
title: res.msg,
icon: 'none'

View File

@@ -1322,6 +1322,12 @@
}
} else {
if ( res.status && res.status == 1) {
this.showPay = false //关闭购买选择弹窗
this.getDataList(this.courseId, this.videoList[this.current].courseDetailsId,
true);
return;
}
uni.showToast({
title: res.msg,
icon: 'none'