From 781886d69015e9493aa5f1574f114b00b1cd0e69 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Mon, 10 Jan 2022 19:57:43 +0800 Subject: [PATCH] no message --- pages/fragments/chant-station/index.js | 4 +++- pages/fragments/chant-station/index.wxml | 6 +++--- pages/process/order-info/index.wxml | 5 +++-- pages/process/order-list/index.wxml | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/pages/fragments/chant-station/index.js b/pages/fragments/chant-station/index.js index 5951e69..cd28224 100644 --- a/pages/fragments/chant-station/index.js +++ b/pages/fragments/chant-station/index.js @@ -60,7 +60,9 @@ Component({ }) }, menuClick: function(e){ - + if(e.currentTarget.id == 'order'){ + wx.navigateTo({ url: '/pages/process/order-list/index' }) + } } } }) \ No newline at end of file diff --git a/pages/fragments/chant-station/index.wxml b/pages/fragments/chant-station/index.wxml index 743d77b..9c4bb2b 100644 --- a/pages/fragments/chant-station/index.wxml +++ b/pages/fragments/chant-station/index.wxml @@ -16,7 +16,7 @@ - + 代卖订单 查看全部订单 @@ -24,14 +24,14 @@ - + - + 其他工具 diff --git a/pages/process/order-info/index.wxml b/pages/process/order-info/index.wxml index 4510950..b2d1a29 100644 --- a/pages/process/order-info/index.wxml +++ b/pages/process/order-info/index.wxml @@ -1,2 +1,3 @@ - -pages/process/order-info/index.wxml + + 订单详情 + diff --git a/pages/process/order-list/index.wxml b/pages/process/order-list/index.wxml index 17c56ae..a37e84f 100644 --- a/pages/process/order-list/index.wxml +++ b/pages/process/order-list/index.wxml @@ -1,2 +1,3 @@ - -pages/process/order-list/index.wxml + + 订单列表 +