【bug】 理事会详情更多的跳转
This commit is contained in:
@@ -22,7 +22,7 @@ Page({
|
||||
// 获取更多会议信息数据
|
||||
goMoreMeeting(){
|
||||
wx.navigateTo({
|
||||
url: `../meeting/meeting?councilId=${this.data.id}`,
|
||||
url: `../meeting/meeting?councilId=${this.data.id}&meetingType=6`,
|
||||
})
|
||||
},
|
||||
// 会议详情
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user