From b969b96449bc81283cebc87e5a1d0b91aa9d7c11 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Fri, 28 May 2021 14:08:47 +0800 Subject: [PATCH] no message --- pages/home/customer-info/index.wxml | 10 +++++----- pages/storage/order-info/index.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/home/customer-info/index.wxml b/pages/home/customer-info/index.wxml index 05b8cb9..29dd7ea 100644 --- a/pages/home/customer-info/index.wxml +++ b/pages/home/customer-info/index.wxml @@ -4,16 +4,16 @@ - - + - - + diff --git a/pages/storage/order-info/index.js b/pages/storage/order-info/index.js index 60fa2fd..3ec631c 100644 --- a/pages/storage/order-info/index.js +++ b/pages/storage/order-info/index.js @@ -90,7 +90,7 @@ Scene({ }, printOrderInfo: function(){ wx.showLoading({ title: '正在处理', mask: true }) - printOrder({id: this.data.id, type: 2 }).then(result => { + printOrder({id: this.data.form.id, type: 2 }).then(result => { wx.hideLoading() util.showToast('即将打印,请稍后') }).catch(err => {