@@ -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({