Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
2b6e578f50
2 changed files with 4 additions and 1 deletions
  1. 2
      pages/home/customer-info/index.js
  2. 3
      pages/process/index/index.js

2
pages/home/customer-info/index.js

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

3
pages/process/index/index.js

@ -79,6 +79,9 @@ Component({
if (message.what == 888) {
}
},
toAuths: function (e) {
wx.navigateTo({ url: '/pages/htmls/auths/index' })
},
orderList: function (e) {
wx.navigateTo({ url: '/pages/process/order-list/index' })
},

Loading…
Cancel
Save