未登录 无法查看详情

master
zsk 2 years ago
parent 9e5536af7e
commit 9c00f057e8

@ -1950,9 +1950,15 @@ Page({
goDetail (e) { goDetail (e) {
console.log(e); console.log(e);
var that = this; var that = this;
if (this.data.isLogin) {
wx.navigateTo({ wx.navigateTo({
url: "../detail/index?storeJobId=" + e.currentTarget.dataset.id + "&wxCode=" + that.data.wxCode, url: "../detail/index?storeJobId=" + e.currentTarget.dataset.id + "&wxCode=" + that.data.wxCode,
}); });
} else {
wx.navigateTo({
url: "../login/index",
});
}
}, },
/** /**

Loading…
Cancel
Save