|
|
|
@ -108,7 +108,7 @@ Scene({ |
|
|
|
if (util.isEmpty(this.data.form.defaultPaymentMethod)) { |
|
|
|
this.data.form.defaultPaymentMethod = 1 |
|
|
|
} |
|
|
|
wx.showLoading({ title: '正在获取', mask: true }) |
|
|
|
wx.showLoading({ title: '正在处理', mask: true }) |
|
|
|
if(this.data.form.id) { |
|
|
|
editCustomer(this.data.form).then(result => { |
|
|
|
wx.hideLoading() |
|
|
|
|