xiaohaizhao 9 hónapja
szülő
commit
54a77c533f
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      packageA/setclient/addAndEditor.js

+ 2 - 2
packageA/setclient/addAndEditor.js

@@ -610,7 +610,7 @@ Page({
     },
     async submit() {
         let data = this.selectComponent("#Form").submit(),
-            taht = this;
+            that = this;
         data.province = data.region[0] || "";
         data.city = data.region[1] || "";
         data.county = data.region[2] || "";
@@ -639,7 +639,7 @@ Page({
                     t: 1,
                     v: '客户',
                 }]),
-                confirmText: that.data.Language['确定'] || '我知道了',
+                confirmText: that.data.language['确定'] || '我知道了',
                 showCancel: false
             })
             this.setData({