diff --git a/AppletCode/pages/index/index.vue b/AppletCode/pages/index/index.vue index a6342b7..67f3c6d 100644 --- a/AppletCode/pages/index/index.vue +++ b/AppletCode/pages/index/index.vue @@ -280,9 +280,16 @@ submit() { this.checkFn('name'); this.checkFn('plateNumber'); - if (!this.fromStyle.nameType || !this.fromStyle.plateNumberType) { + if (!this.fromStyle.nameType) { uni.showToast({ - title: '还有信息没有填哦', + title: '请输入姓名', + icon: 'error' + }); + return + }; + if (!this.fromStyle.plateNumberType) { + uni.showToast({ + title: '车牌号格式有误', icon: 'error' }); return