【bug】 理事会详情更多的跳转

This commit is contained in:
fengachen
2021-12-23 14:54:14 +08:00
parent a52f48b94b
commit 5be1e69b0b
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Page({
// 获取更多会议信息数据
goMoreMeeting(){
wx.navigateTo({
url: `../meeting/meeting?councilId=${this.data.id}`,
url: `../meeting/meeting?councilId=${this.data.id}&meetingType=6`,
})
},
// 会议详情
+7
View File
@@ -241,6 +241,13 @@ Page({
'searchParams.meetingType': '5',
})
}
if (!!options.councilId) {
// 理事会的更多跳转
this.setData({
'searchParams.councilId': options.councilId,
'searchParams.meetingType': '6',
})
}
if(options.type === 'standard'){
// 标协会议的跳转
this.setData({