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

@@ -23,6 +23,8 @@ public class Controller {
public HashMap<String, Object> WxMiniProgramAuditSpecialHandle() {
boolean showCode = true;
boolean showShop = true;
// 底部 tabbar
LinkedList<String> tabbarItem = new LinkedList<>();
tabbarItem.push("pages/index/index");
if (showCode) tabbarItem.push("pages/residents/code");
@@ -30,12 +32,14 @@ public class Controller {
if (showShop) tabbarItem.push("pages/shop/shop");
tabbarItem.push("pages/person/person");
// 首页显示按钮
LinkedList<String> indexItem = new LinkedList<>();
indexItem.push("/pages/index/login");
if (showCode) indexItem.push("/pages/residents/code");
if (showCode) indexItem.push("scanQRCode");
indexItem.push("/pages/residents/report");
if (showShop) indexItem.push("/pages/shop/shop");
if (showShop) indexItem.push("/pages/shop/myOrder");
indexItem.push("/pages/person/person");
indexItem.push("/pages/person/updpwd");