From 7b5e501e6c5c9d253467a33174ab79fb59033015 Mon Sep 17 00:00:00 2001 From: XiaoMo Date: Wed, 16 Apr 2025 23:47:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=A1=B5=E9=9D=A2):=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=89=93=E7=94=B5=E8=AF=9D=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在页面跳转逻辑中增加电话拨打功能,当点击元素包含电话号码时,调用微信API进行拨号 --- pages/common/common.wxml | 2 +- pages/index/index.js | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pages/common/common.wxml b/pages/common/common.wxml index 04989c5..55dff89 100644 --- a/pages/common/common.wxml +++ b/pages/common/common.wxml @@ -1,6 +1,6 @@