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