From 2ba73e57ca1f5094cda73e9627ac33d70e7cac41 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 25 七月 2024 11:54:42 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

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

diff --git a/wechat_jiaxuan/pages/store/store.js b/wechat_jiaxuan/pages/store/store.js
index f113fa2..d01e39b 100644
--- a/wechat_jiaxuan/pages/store/store.js
+++ b/wechat_jiaxuan/pages/store/store.js
@@ -70,6 +70,12 @@
       url: `/pages/store/info?id=${id}`,
     })
   },
+  userDetail(e) {
+    const iamId =  e.currentTarget.dataset.id
+    wx.navigateTo({
+      url: `/pages/store/staff?id=${iamId}`,
+    })
+  },
   makePhone(e) {
     console.log('e', e);
     const phoneNumber = e.currentTarget.dataset.phone

--
Gitblit v1.9.3