首页添加 我的订单;订单添加各个步骤的事件字段
This commit is contained in:
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user