From 2b6e578f5059d3e5c737ee6c09b318ab8abd531a Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Wed, 30 Jun 2021 19:53:26 +0800 Subject: [PATCH] no message --- pages/home/customer-info/index.js | 2 +- pages/process/index/index.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/home/customer-info/index.js b/pages/home/customer-info/index.js index 2cb54b8..8d98744 100644 --- a/pages/home/customer-info/index.js +++ b/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() diff --git a/pages/process/index/index.js b/pages/process/index/index.js index b249970..934711e 100644 --- a/pages/process/index/index.js +++ b/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' }) },