|
|
@@ -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({
|