소스 검색

fix 未开播

he2802 3 년 전
부모
커밋
1fdef22384
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      pages2/order/confirm_list.vue

+ 4 - 4
pages2/order/confirm_list.vue

@@ -251,14 +251,14 @@ export default {
 				}
 			}
 			else if(this.detail.templateType=='apply'&&this.detail.goodsType==1){
-				if(!this.applyObj.examDateJson){
+				/* if(!this.applyObj.examDateJson){
 					uni.showModal({
 						title: "提示",
 						content: '请选择考期',
 						showCancel: false
 					})
 					return false
-				}
+				} */
 			}
 			return true;
 		},
@@ -282,14 +282,14 @@ export default {
 				// 	})
 				// 	return false
 				// }
-				if(!this.applyObj.examDateJson){
+				/* if(!this.applyObj.examDateJson){
 					uni.showModal({
 						title: "提示",
 						content: '请选择考期',
 						showCancel: false
 					})
 					return false
-				}
+				} */
 			}
 			return true;
 		},