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 + + 订单列表 +