forked from nsjcy/frontEnd/nsjcy

liuwh
2020-02-24 febf1743bfa473d7a00eaec206e833c9bd4ee5e5
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
    })
  },
  /**
   * 生命周期函数--监听页面加载
   */