【修改】标协会议的跳转的修改

This commit is contained in:
fengachen
2021-12-16 17:07:00 +08:00
parent 8236283f2c
commit 2b9c882ad2
4 changed files with 60 additions and 12 deletions
+4 -4
View File
@@ -13,25 +13,25 @@ Page({
name: "基本信息"
},
{
path: "../meeting/meeting?type=", // type 是会议类型
path: "../meeting/meeting?type=standard&meetingType=2&tbMeetingType=1", // type 是会议类型
imgPath:'../../assets/images/notice.png',
val: "2",
name: "标准宣贯"
},
{
path: "../meeting/meeting?type=",
path: "../meeting/meeting?type=standard&meetingType=2&tbMeetingType=2",
imgPath:'../../assets/images/train.png',
val: "3",
name: "培训会"
},
{
path: "../meeting/meeting?type=",
path: "../meeting/meeting?type=standard&meetingType=2&tbMeetingType=3",
imgPath:'../../assets/images/info.png',
val: "4",
name: "信息交流会"
},
{
path: "../council/council",
path: "../council/council?type=standard&meetingType=6",
imgPath:'../../assets/images/lishi.png',
val: "5",
name: "理事会"