forked from nsjcy/frontEnd/nsjcy

LAPTOP-RI7D261L\Mr Ke
2020-02-13 a2789abb73725738127b03d95c95081b66954916
SunshineLnsMinApp/pages/fzxkt/fzxkt.js
@@ -29,6 +29,15 @@
      scrollLeft: (e.currentTarget.dataset.id - 1) * 60
    })
  },
  // 跳转详情
  link: function (e) {
    var id = e.currentTarget.dataset.id;
    console.log(e.currentTarget.dataset.id);
    wx.navigateTo({
      url: '../fzxktDetail/fzxktDetail?id=' + id
    })
  },
  /**
   * 生命周期函数--监听页面加载
   */