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

小程序:首页按钮功能完成;个人中心、生活物资页框架;体温上报定位权限获取失败提示信息;删除部分无用代码;

This commit is contained in:
2023-03-18 17:52:56 +08:00
parent 94a2dbf26d
commit ee7e2e9acb
33 changed files with 712 additions and 181 deletions

View File

@@ -1,5 +1,6 @@
const switchTab = "switchTab";
const navigateTo = "navigateTo";
const redirectTo = "redirectTo";
let id = 0;
let menuItemDict = {
@@ -24,8 +25,15 @@ let menuItemDict = {
switchFunc: switchTab,
url: '/pages/residents/report'
},
'shop': {
for: ['user'],
title: "生活物资",
image: "shopping.svg",
switchFunc: switchTab,
url: '/pages/shop/shop'
},
'apply-record': {
for: ['visitor', 'user'],
for: ['visitor'],
title: "申请记录",
image: "apply.png",
switchFunc: switchTab,
@@ -53,14 +61,14 @@ let menuItemDict = {
url: ''
},
'feedback-submit': {
for: ['visitor', 'user'],
for: ['visitor'],
title: "提交反馈",
image: "fk.png",
switchFunc: switchTab,
url: ''
},
'feedback-list': {
for: ['visitor', 'user'],
for: ['visitor'],
title: "反馈查看",
image: "feedback.png",
switchFunc: switchTab,
@@ -73,6 +81,13 @@ let menuItemDict = {
switchFunc: switchTab,
url: ''
},
'person': {
for: ['admin', 'user'],
title: "个人中心",
image: "person.png",
switchFunc: switchTab,
url: '/pages/person/person'
},
'update-password': {
for: ['user', 'admin'],
title: "密码修改",