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