From 8dfe156b0fa18f83181c08ad532f84e2488cccce 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: Sun, 22 Feb 2026 14:17:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A0=8D=E4=BB=B7=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E6=8F=90=E4=BA=A4=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods-detail/goods-detail.js | 4 ++-- pages/goods-detail/goods-detail.wxml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/goods-detail/goods-detail.js b/pages/goods-detail/goods-detail.js index 87cbde5..76c209c 100644 --- a/pages/goods-detail/goods-detail.js +++ b/pages/goods-detail/goods-detail.js @@ -780,7 +780,7 @@ Page({ if (!selectedSpec) { wx.showToast({ - title: '请选择规格', + title: '选择你想要讲价的规格', icon: 'none' }); return; @@ -870,7 +870,7 @@ Page({ }); // 构建讲价价格消息(第二条消息) - const bargainPriceMessage = `【讲价】规格:${selectedSpec.display},预期价格:${bargainPrice}元`; + const bargainPriceMessage = `【请求】\n规格:${selectedSpec.display}\n我可以接收${bargainPrice}元的价格,\n如果可以,请尽快联系我。`; // 调用API创建聊天记录并发送消息 API.fixChatRecordsPair(userPhone, contactPhone).then(res => { diff --git a/pages/goods-detail/goods-detail.wxml b/pages/goods-detail/goods-detail.wxml index 38f6161..932fe94 100644 --- a/pages/goods-detail/goods-detail.wxml +++ b/pages/goods-detail/goods-detail.wxml @@ -450,7 +450,7 @@ - 选择规格 + 请选着你想要讲价的规格 @@ -470,11 +470,11 @@ - 请输入您的预期价格(元) + 请输入您想要商品的价格 @@ -493,7 +493,7 @@ bindtap="submitBargain" disabled="{{!bargainPrice}}" > - 发送 + 确认