From 816d84a76c1a2f16f88dba70664397961f55caa1 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 26 七月 2024 10:07:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_jiaxuan/pages/store/info.js | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/wechat_jiaxuan/pages/store/info.js b/wechat_jiaxuan/pages/store/info.js
index 08cb80c..2b43e1a 100644
--- a/wechat_jiaxuan/pages/store/info.js
+++ b/wechat_jiaxuan/pages/store/info.js
@@ -33,6 +33,10 @@
const { linkPhone } = this.data.info
wx.makePhoneCall({ phoneNumber: linkPhone })
},
+ callPhone(e) {
+ const phone = e.currentTarget.dataset.phone
+ wx.makePhoneCall({ phoneNumber: phone })
+ },
handleDetail(e) {
const id = e.currentTarget.dataset.id
wx.navigateTo({
@@ -58,7 +62,6 @@
this.setData({ info: res.data })
})
},
-
onReady() {
},
--
Gitblit v1.9.3