描述: 隐藏报修模块

This commit is contained in:
SelfRidicule 2024-07-01 09:59:53 +08:00
parent 728538d458
commit c41755fe5b
3 changed files with 10 additions and 10 deletions

View File

@ -129,11 +129,11 @@ Page({
img: "/profile/static/index/menu-ycmj.png", img: "/profile/static/index/menu-ycmj.png",
path: "/pages/meeting/accessControl/accessControl" path: "/pages/meeting/accessControl/accessControl"
}, },
{ // {
name: "报修服务", // name: "报修服务",
img: "/profile/static/index/menu-bxfw.png", // img: "/profile/static/index/menu-bxfw.png",
path: "/pages/parkRepair/parkRepair" // path: "/pages/parkRepair/parkRepair"
}, // },
{ {
name: "投诉建议", name: "投诉建议",
img: "/profile/static/index/menu-tsjy.png", img: "/profile/static/index/menu-tsjy.png",

View File

@ -15,7 +15,7 @@ Page({
IMG_NAME: app.IMG_NAME, IMG_NAME: app.IMG_NAME,
meetingRoomId: null, meetingRoomId: null,
detail: {}, detail: {},
msg: {}, msg: '',
}, },
/** /**

View File

@ -74,10 +74,10 @@ Page({
name: "我的服务", name: "我的服务",
url: "/pages/enterpriseServices/myServiceList/myServiceList" url: "/pages/enterpriseServices/myServiceList/myServiceList"
}, },
{ // {
name: "我的报修", // name: "我的报修",
url: "/pages/parkRepair/parkRepair", // url: "/pages/parkRepair/parkRepair",
} // }
], ],
qrcodeParam: null, qrcodeParam: null,
}, },