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