From 163f433970d9a124032a70bf5826d18be6c9d3d2 Mon Sep 17 00:00:00 2001 From: zoujing Date: Sat, 5 Sep 2026 13:19:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AF=A6=E6=83=85=E9=A1=B5=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=BC=98=E6=83=A0=E5=88=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/DuohuaDiscovery/detail.vue | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/pages/DuohuaDiscovery/detail.vue b/src/pages/DuohuaDiscovery/detail.vue index 66ddbe9..a5c82ac 100644 --- a/src/pages/DuohuaDiscovery/detail.vue +++ b/src/pages/DuohuaDiscovery/detail.vue @@ -102,6 +102,26 @@ 未找到对应内容 + + + + + + + + 优惠券领取 + + + 立即领取 + + + @@ -174,6 +194,13 @@ const makePhoneCall = () => { uni.makePhoneCall({ phoneNumber: contactText.value }); }; +const claimCoupon = () => { + uni.showToast({ + title: "领取成功", + icon: "success", + }); +}; + const openLocation = () => { if (!canOpenLocation.value) return; uni.openLocation({