From 930174ac30f833c18f8db2379e761833f0d6d4e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Mon, 23 Feb 2026 13:59:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=95=99=E8=A8=80=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods-detail/goods-detail.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/goods-detail/goods-detail.js b/pages/goods-detail/goods-detail.js index a24a461..c814e2a 100644 --- a/pages/goods-detail/goods-detail.js +++ b/pages/goods-detail/goods-detail.js @@ -2993,11 +2993,11 @@ Page({ // 跳转到聊天界面或打开客服窗口 wx.showModal({ - title: '在线咨询', - content: `将为您连接到 ${contactName || '客服人员'}`, + title: '联系客服', + content: `将给 ${contactName || '联系人'} 留言`, showCancel: true, cancelText: '取消', - confirmText: '立即咨询', + confirmText: '确认', success: (res) => { if (res.confirm) { // 获取当前用户的手机号