首页添加 我的订单;订单添加各个步骤的事件字段
This commit is contained in:
@@ -39,6 +39,13 @@ let menuItemDict = {
|
||||
switchFunc: switchTab,
|
||||
url: '/pages/shop/shop'
|
||||
},
|
||||
'myOrder': {
|
||||
for: ['user'],
|
||||
title: "我的订单",
|
||||
image: "order.svg",
|
||||
switchFunc: navigateTo,
|
||||
url: '/pages/shop/myOrder'
|
||||
},
|
||||
// 'apply-record': {
|
||||
// for: ['visitor'],
|
||||
// title: "申请记录",
|
||||
|
Reference in New Issue
Block a user