Browse Source

no message

xiaoxin 10 months ago
parent
commit
435536e4ed
1 changed files with 7 additions and 7 deletions
  1. 7 7
      pages/family/family.vue

+ 7 - 7
pages/family/family.vue

@@ -461,13 +461,13 @@ const handleNext = () => {
 		return
 	}
 
-	if (!studentInfo.value.zipCode) {
-		uni.showToast({
-			title: '请输入邮编',
-			icon: 'none'
-		})
-		return
-	}
+	// if (!studentInfo.value.zipCode) {
+	// 	uni.showToast({
+	// 		title: '请输入邮编',
+	// 		icon: 'none'
+	// 	})
+	// 	return
+	// }
 
 	if (!fvs.value.length) {
 		uni.showToast({