|
|
@@ -147,7 +147,7 @@ Page({ |
|
|
|
} |
|
|
|
}) |
|
|
|
.then(res => { |
|
|
|
// res = JSON.parse('{"code":11004,"message":"用户昵称未授权,请跳转到用户昵称授权页!","data":{}}') |
|
|
|
console.log(res, 'res'); |
|
|
|
//参与拼团 |
|
|
|
if (options && options.orderGroupId) { |
|
|
|
wx.redirectTo({ |
|
|
@@ -387,6 +387,7 @@ Page({ |
|
|
|
url: `/pages/index/searchbar/detail/index?id=${options.id}` |
|
|
|
}); |
|
|
|
} else if (options && app.globalData.type == 'rm') { |
|
|
|
console.log("111111111111111111111"); |
|
|
|
wx.navigateTo({ |
|
|
|
url: '/pages3/resume/resume', |
|
|
|
}) |
|
|
@@ -563,8 +564,9 @@ Page({ |
|
|
|
url: '/index/searchbar' |
|
|
|
}) |
|
|
|
} else if (options && app.globalData.type == 'rm') { |
|
|
|
wx.navigateTo({ |
|
|
|
url: '/pages3/resume/resume', |
|
|
|
console.log("22222222222222222"); |
|
|
|
wx.redirectTo({ |
|
|
|
url: `/pages/getuserinfo/index` |
|
|
|
}) |
|
|
|
} else { |
|
|
|
wx.switchTab({ |
|
|
|