From dcc4ee020118a7e41f8b7bd7375daf361ba4c4a5 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sun, 4 Jan 2026 10:42:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=95=86=E5=93=81=E5=8F=8D?= =?UTF-8?q?=E9=A6=88=E6=8F=92=E4=BB=B6=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/en.json | 6 ++++++ locale/zh.json | 6 ++++++ pages/plugins/complaint/user/user.css | 2 +- pages/plugins/complaint/user/user.vue | 4 ++-- pages/plugins/orderfeed/form/form.vue | 16 +++++++++------- pages/plugins/orderfeed/user/user.vue | 15 +++++++++------ 6 files changed, 33 insertions(+), 16 deletions(-) diff --git a/locale/en.json b/locale/en.json index 8db199ec..d4c7e051 100644 --- a/locale/en.json +++ b/locale/en.json @@ -1997,5 +1997,11 @@ "56ys33": "Please upload complete and clear images, up to a maximum of 10", "ssdff4": "My submission record" } + }, + "orderfeed-form": { + "orderfeed-form": { + "54rttr": "Choose other products", + "fsdft3": "Feedback on this product" + } } } \ No newline at end of file diff --git a/locale/zh.json b/locale/zh.json index 87f98404..e0660a32 100644 --- a/locale/zh.json +++ b/locale/zh.json @@ -1981,5 +1981,11 @@ "56ys33": "请上传完整清晰的图片,最多10张", "ssdff4": "我的提交记录" } + }, + "orderfeed-form": { + "orderfeed-form": { + "54rttr": "选择其他商品", + "fsdft3": "反馈该商品" + } } } \ No newline at end of file diff --git a/pages/plugins/complaint/user/user.css b/pages/plugins/complaint/user/user.css index 77a43195..02d80172 100644 --- a/pages/plugins/complaint/user/user.css +++ b/pages/plugins/complaint/user/user.css @@ -3,5 +3,5 @@ height: 86rpx; } .data-title { - width: calc(100% - 90rpx); + width: calc(100% - 110rpx); } \ No newline at end of file diff --git a/pages/plugins/complaint/user/user.vue b/pages/plugins/complaint/user/user.vue index 31e9fc67..7f637f21 100644 --- a/pages/plugins/complaint/user/user.vue +++ b/pages/plugins/complaint/user/user.vue @@ -14,7 +14,7 @@ {{item.add_time}} {{ item.status_name }} - + {{item.data_title}} @@ -336,7 +336,7 @@ uni.hideLoading(); if (res.data.code == 0) { var temp_data_list = this.data_list; - temp_data_list[index]['status'] = 2; + temp_data_list[index]['status'] = 3; temp_data_list[index]['status_name'] = this.$t('order.order.1k98tk'); this.setData({ data_list: temp_data_list, diff --git a/pages/plugins/orderfeed/form/form.vue b/pages/plugins/orderfeed/form/form.vue index a8704c84..f80f6e49 100644 --- a/pages/plugins/orderfeed/form/form.vue +++ b/pages/plugins/orderfeed/form/form.vue @@ -7,8 +7,9 @@ {{item.title}} + {{order.currency_data.currency_symbol}}{{item.price}} {{item.spec_text}} - 选择其他商品 >> + @@ -38,13 +39,14 @@ - - - + + + - {{item.title}} - {{item.spec_text}} - 反馈该商品 >> + {{itemv.title}} + {{order.currency_data.currency_symbol}}{{itemv.price}} + {{itemv.spec_text}} + diff --git a/pages/plugins/orderfeed/user/user.vue b/pages/plugins/orderfeed/user/user.vue index 34857adf..62c4b61f 100644 --- a/pages/plugins/orderfeed/user/user.vue +++ b/pages/plugins/orderfeed/user/user.vue @@ -14,17 +14,20 @@ {{item.add_time}} {{ item.status_name }} - - - + + + {{item.goods_title}} - {{item.goods_spec}} + + {{item.currency_symbol}}{{item.goods_price}} + {{item.goods_spec}} + - + @@ -326,7 +329,7 @@ uni.hideLoading(); if (res.data.code == 0) { var temp_data_list = this.data_list; - temp_data_list[index]['status'] = 2; + temp_data_list[index]['status'] = 3; temp_data_list[index]['status_name'] = this.$t('order.order.1k98tk'); this.setData({ data_list: temp_data_list,