From 73c3507d82c06066d592d626ccd1a9a0961e0c5f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 19 七月 2024 20:10:26 +0800
Subject: [PATCH] ''
---
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