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,