首页添加体温上报历史记录
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user