he2802 4 лет назад
Родитель
Сommit
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: '提示',