From d91bc9a77128abd8844b15258fc5b012ab20c3fa Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sat, 10 Jan 2026 15:01:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=94=AE=E5=90=8E=E5=AE=A2?= =?UTF-8?q?=E6=9C=8D=E6=94=AF=E6=8C=81=E5=B9=B3=E5=8F=B0=E5=92=8C=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E5=AE=A2=E6=9C=8D=E5=90=8C=E6=97=B6=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../user-orderaftersale-detail.vue | 40 ++++++++++++------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/pages/user-orderaftersale-detail/user-orderaftersale-detail.vue b/pages/user-orderaftersale-detail/user-orderaftersale-detail.vue index 019c81d0..7c4351b3 100644 --- a/pages/user-orderaftersale-detail/user-orderaftersale-detail.vue +++ b/pages/user-orderaftersale-detail/user-orderaftersale-detail.vue @@ -47,7 +47,14 @@ - + + @@ -292,36 +299,37 @@ - + + {{plugins_intellectstools_data_chat.title}} - - + + {{$t('detail.detail.r4124d')}} - - {{ plugins_intellectstools_data.chat.name }} + + {{ plugins_intellectstools_data_chat.data.chat.name }} - + Q Q: - {{ plugins_intellectstools_data.service_qq }} + {{ plugins_intellectstools_data_chat.data.service_qq }} - + {{$t('order.order.7dxbm5')}}: - {{ plugins_intellectstools_data.service_tel }} + {{ plugins_intellectstools_data_chat.data.service_tel }} - - - + + + {{$t('detail.detail.54k10s')}} - - + + {{$t('detail.detail.vj4nom')}} @@ -484,6 +492,7 @@ form_express_number: "", // 智能工具插件、客服信息展示 plugins_intellectstools_data: null, + plugins_intellectstools_data_chat: null, plugins_intellectstools_service_status: false, // 多商户订单售后争议 plugins_shop_data: null, @@ -892,6 +901,7 @@ // 开启客服弹层 plugins_intellectstools_service_open_event(e) { this.setData({ + plugins_intellectstools_data_chat: this.plugins_intellectstools_data[e.currentTarget.dataset.value] || null, plugins_intellectstools_service_status: true, }); },