【fix-bug78057】国际研讨会详情页-跳转页面错误
This commit is contained in:
@@ -363,7 +363,7 @@ Page({
|
||||
data: that.data.meetingInfo,
|
||||
success() {
|
||||
// 国际研讨会去国际研讨会的报名页面
|
||||
if (meetingItem.meetingType !== 3) {
|
||||
if (Number(meetingItem.meetingType) !== 3) {
|
||||
wx.navigateTo({
|
||||
url: `../signUpPage/signUpPage?type=indexMsg`
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user