From 524e5dd84bd488d452da01a33e125edd4be2a806 Mon Sep 17 00:00:00 2001 From: dzq Date: Mon, 21 Apr 2025 17:18:48 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E8=AE=A2=E5=8D=95=E9=A1=B5=E9=9D=A2):?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在订单页面中,支付方式的显示由直接显示原始值改为显示更易读的中文描述(如“微信支付”、“余额支付”)。这提升了用户体验,使支付方式更直观易懂。 --- src/views/shop/order/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/shop/order/index.vue b/src/views/shop/order/index.vue index c6af3f6..e1a7af9 100644 --- a/src/views/shop/order/index.vue +++ b/src/views/shop/order/index.vue @@ -133,7 +133,11 @@ getList(); - + + +