瀏覽代碼

fix: 协同办公必填校验提示

liujt 23 小時之前
父節點
當前提交
3fc2864089
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      hybrid/html/a.html

+ 1 - 0
hybrid/html/a.html

@@ -1863,6 +1863,7 @@
 							this.form.valueJson = await this.generateFormValid();
 						} catch (error) {
 							console.log(22222, error)
+							vant.showNotify({ type: 'warning', message: '校验失败' })
 							this.loading = false;
 							return;
 						}