From 06df90b8a8349e520f7415a407a26ca6454f9c2c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 26 七月 2024 19:08:39 +0800
Subject: [PATCH] 提交

---
 wechat_jiaxuan/pages/store/store.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/wechat_jiaxuan/pages/store/store.js b/wechat_jiaxuan/pages/store/store.js
index d01e39b..23577e3 100644
--- a/wechat_jiaxuan/pages/store/store.js
+++ b/wechat_jiaxuan/pages/store/store.js
@@ -72,6 +72,8 @@
   },
   userDetail(e) {
     const iamId =  e.currentTarget.dataset.id
+    console.log('e', e);
+    console.log('iamId', iamId);
     wx.navigateTo({
       url: `/pages/store/staff?id=${iamId}`,
     })

--
Gitblit v1.9.3