From 57a2d36b6bf715b4e838f1cd306002022ca47790 Mon Sep 17 00:00:00 2001
From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com>
Date: Thu, 13 Feb 2020 10:06:45 +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