1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

首页添加 我的订单;订单添加各个步骤的事件字段

This commit is contained in:
2023-04-17 22:51:53 +08:00
parent b72f36febc
commit b707cb0d49
10 changed files with 81 additions and 26 deletions

View File

@@ -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: "申请记录",