Browse Source

修改留言展示

Xfy
徐飞洋 2 weeks ago
parent
commit
930174ac30
  1. 6
      pages/goods-detail/goods-detail.js

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

Loading…
Cancel
Save