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: '提示',