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

首页添加体温上报历史记录

This commit is contained in:
2023-04-18 01:16:44 +08:00
parent 7a425c6241
commit 873b66deec
12 changed files with 2083 additions and 2 deletions

View File

@@ -23,12 +23,13 @@ public class Controller {
public HashMap<String, Object> WxMiniProgramAuditSpecialHandle() {
boolean showCode = true;
boolean showShop = true;
boolean showReport = true;
// 底部 tabbar
LinkedList<String> tabbarItem = new LinkedList<>();
tabbarItem.push("pages/index/index");
if (showCode) tabbarItem.push("pages/residents/code");
tabbarItem.push("pages/residents/report");
if (showReport) tabbarItem.push("pages/residents/report");
if (showShop) tabbarItem.push("pages/shop/shop");
tabbarItem.push("pages/person/person");
@@ -37,7 +38,8 @@ public class Controller {
indexItem.push("/pages/index/login");
if (showCode) indexItem.push("/pages/residents/code");
if (showCode) indexItem.push("scanQRCode");
indexItem.push("/pages/residents/report");
if (showReport) indexItem.push("/pages/residents/report");
if (showReport) indexItem.push("/pages/residents/reportHistory");
if (showShop) indexItem.push("/pages/shop/shop");
if (showShop) indexItem.push("/pages/shop/myOrder");
indexItem.push("/pages/person/person");