he2802 4 年之前
父節點
當前提交
235c5cc6e9
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pages2/course/detail.vue

+ 4 - 0
pages2/course/detail.vue

@@ -696,6 +696,10 @@ export default {
 					url: '/pages/login/login'
 				});
 			} else {
+				if(this.payStatus==0){
+					this.jumpBuy()
+					return
+				}
 				if (this.userInfo.certified != 1) {
 					uni.showModal({
 						title: '提示',