From 0bc834450594f27b0f1daa42384ca21bcdd4a9af Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 17 Aug 2023 13:34:47 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=80=80=E6=AC=BE=E3=80=91=201?= =?UTF-8?q?=E3=80=81=E6=8E=A5=E5=85=A5=E9=80=80=E6=AC=BE=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/users/user_return_list/index.vue | 122 ++++++++++++------------- static/iconfont/iconfont.css | 10 +- 2 files changed, 65 insertions(+), 67 deletions(-) diff --git a/pages/users/user_return_list/index.vue b/pages/users/user_return_list/index.vue index be7203df..554a7c52 100644 --- a/pages/users/user_return_list/index.vue +++ b/pages/users/user_return_list/index.vue @@ -2,35 +2,41 @@ - - - 订单号:{{item.orderId}} - + + + + + + + + + 订单号:{{ item.no }} + - + - {{items.storeName}} - x {{items.cartNum}} + {{ item.spuName }} + x {{ item.count }} - {{items.suk}} - {{items.storeName}} - ¥{{items.price}} + + {{property.valueName}} + + + ¥ {{ (item.refundPrice / 100.0).toFixed(2) }} + - 共{{item.totalNum || 0}}件商品,总金额 ¥{{item.payPrice}} + - {{loadTitle}} + {{loadTitle}} - + - - - @@ -38,25 +44,13 @@ -