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}}" > - 发送 + 确认