he2802 3 éve
szülő
commit
1fdef22384
1 módosított fájl, 4 hozzáadás és 4 törlés
  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;
 		},