|
@@ -258,7 +258,7 @@ var hisproComponent = {
|
|
|
toDetail: function (id) {
|
|
|
if (!id) return
|
|
|
wx.miniProgram.navigateTo({
|
|
|
- url: '/pages/jump/index?type=bidding&time='+ Date.now() +'&id=' + item.id
|
|
|
+ url: '/pages/jump/index?type=bidding&time='+ Date.now() +'&id=' + id
|
|
|
})
|
|
|
// if(utils.isWeiXinBrowser){
|
|
|
// window.location.href = "/article/content/" + id + ".html"
|