暂存
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user