|
|
|
|
@ -1921,7 +1921,7 @@ Page({
|
|
|
|
|
console.log(e);
|
|
|
|
|
var that = this;
|
|
|
|
|
wx.navigateTo({
|
|
|
|
|
url: "../detail/index?storeJobId=" + e.currentTarget.dataset.id + "&wxCode=" + that.data.wxCode,
|
|
|
|
|
url: "../detailApp/index?storeJobId=" + e.currentTarget.dataset.id + "&wxCode=" + that.data.wxCode,
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|