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) { // 获取当前用户的手机号