This commit is contained in:
@fawn-nine
2024-09-23 13:34:21 +08:00
parent 6ad01b5a89
commit 1a2df86df2
6 changed files with 260 additions and 124 deletions

View File

@@ -774,7 +774,6 @@
if (v.type == 0) {
//免费
this.$http
.request({
url: this.urlList.startStudyForMF,
@@ -795,7 +794,14 @@
}
this.$forceUpdate();
});
} else {
} else if(v.type == 2 && this.userMsg.vip != 1 ){
uni.showModal({
title:'提示',
content:'当前课程目录是超V专享,开通超V可观看',
confirmText:'好的',
showCancel:false
})
}else {
this.$http
.request({
url: this.urlList.goodsList,