|
@ -76,10 +76,17 @@ Page({ |
|
|
// url: '/pages/home/index',
|
|
|
// url: '/pages/home/index',
|
|
|
// })
|
|
|
// })
|
|
|
// }
|
|
|
// }
|
|
|
wx.redirectTo({ |
|
|
|
|
|
url: '/pages/weChatAuth/index?type=2', |
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (res.confirm) { |
|
|
|
|
|
wx.redirectTo({ |
|
|
|
|
|
url: '/pages/weChatAuth/index?type=2', |
|
|
|
|
|
}) |
|
|
|
|
|
} else if (res.cancel) { |
|
|
|
|
|
wx.switchTab({ |
|
|
|
|
|
url: '/pages/home/index', |
|
|
|
|
|
}) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|