소스 검색

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

liujt 21 시간 전
부모
커밋
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;
 						}