From 7cc4cfea35a86a3f3d48e9beef23425645731eb4 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Thu, 16 Apr 2026 10:18:53 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5149=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=95=86=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=EF=BC=8C=E7=82=B9=E5=87=BB=E3=80=8C=E8=81=94?= =?UTF-8?q?=E7=B3=BB=E5=95=86=E5=AE=B6=E3=80=8D=E5=BC=B9=E5=87=BA=E7=9A=84?= =?UTF-8?q?=E5=95=86=E5=AE=B6=E7=94=B5=E8=AF=9D=E5=BC=B9=E7=AA=97=EF=BC=8C?= =?UTF-8?q?=E5=8F=B7=E7=A0=81=E6=98=BE=E7=A4=BA=E7=A9=BA=E7=99=BD=E4=BD=86?= =?UTF-8?q?=E5=8F=AF=E6=AD=A3=E5=B8=B8=E8=B7=B3=E8=BD=AC=E6=8B=A8=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 97c4d7fe4f05b6de0ca232a389fbe5d0319e0794) --- pkg_product/views/groupBuyDetails.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg_product/views/groupBuyDetails.vue b/pkg_product/views/groupBuyDetails.vue index e98e03c..bfe9ec2 100644 --- a/pkg_product/views/groupBuyDetails.vue +++ b/pkg_product/views/groupBuyDetails.vue @@ -420,6 +420,13 @@ export default { }, contactService() { + if(!this.detail.merPhone){ + uni.showToast({ + title: '暂无电话', + icon: 'none' + }) + return + } uni.showModal({ title: '商家电话', content: this.detail.merPhone || '暂无电话',