Przeglądaj źródła

Merge branch 'dev/v1.0.40_wmh' of jianyu/web into feature/v1.0.40

wenmenghao 1 rok temu
rodzic
commit
872e6bb5ab
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      apps/mobile/src/views/invoice/Invoicing.vue

+ 1 - 1
apps/mobile/src/views/invoice/Invoicing.vue

@@ -735,7 +735,7 @@ export default {
             this.infoCheckMap.tel === '' &&
             this.infoCheckMap.tel === '' &&
             !this.checkPhone(this.infoMap.tel)
             !this.checkPhone(this.infoMap.tel)
           ) {
           ) {
-            this.infoCheckMap.tel = '联系电话格式不正确'
+            this.infoCheckMap.tel = '电话号码格式不正确'
           }
           }
           break
           break
         }
         }