From ce0bb1eeb622da721f1dbed5bd1bcf267d58f9a0 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Mon, 24 May 2021 11:03:13 +0800 Subject: [PATCH] no message --- pages/storage/order-info/index.js | 3 +++ pages/storage/order-info/index.json | 2 ++ pages/storage/order-info/index.wxml | 11 +++++++++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/pages/storage/order-info/index.js b/pages/storage/order-info/index.js index c537e8b..8a20365 100644 --- a/pages/storage/order-info/index.js +++ b/pages/storage/order-info/index.js @@ -87,6 +87,9 @@ Scene({ util.showToast(err) }) } + }, + printOrder: function(){ + }, onChange: function({detail}) { this.setData({ activeNames: detail }) diff --git a/pages/storage/order-info/index.json b/pages/storage/order-info/index.json index 546c462..df02d4b 100644 --- a/pages/storage/order-info/index.json +++ b/pages/storage/order-info/index.json @@ -11,6 +11,8 @@ "van-collapse": "/components/collapse/index", "van-collapse-item": "/components/collapse-item/index", "van-uploader": "/components/uploader/index", + "submit-layout": "/components/submit-layout/index", + "van-icon": "/components/icon/index", "notification": "/pages/message/notification/index" } } \ No newline at end of file diff --git a/pages/storage/order-info/index.wxml b/pages/storage/order-info/index.wxml index 9eaf566..af67b3a 100644 --- a/pages/storage/order-info/index.wxml +++ b/pages/storage/order-info/index.wxml @@ -221,11 +221,18 @@ - - + + + 审核不通过 审核通过 收款结算 + + + + + +