forked from nsjcy/frontEnd/nsjcy

LAPTOP-RI7D261L\Mr Ke
2020-02-20 e7e9f3d7e83a7eb4ced6166b29f1f5cd8d0a3e19
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
    })
  },
  /**
   * 生命周期函数--监听页面加载
   */