From a92f3c4d10bebbdc55270e72ccd97cd1ba7d4e28 Mon Sep 17 00:00:00 2001
From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com>
Date: Wed, 26 Feb 2020 16:40:55 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/nsjcy/frontEnd/nsjcy

---
 SunshineLnsMinApp/pages/fzxkt/fzxkt.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/SunshineLnsMinApp/pages/fzxkt/fzxkt.js b/SunshineLnsMinApp/pages/fzxkt/fzxkt.js
index 50f1ac5..54adb6f 100644
--- a/SunshineLnsMinApp/pages/fzxkt/fzxkt.js
+++ b/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
+    })
+  },
   /**
    * 生命周期函数--监听页面加载
    */

--
Gitblit v1.8.0