From eda9664c6d1a628d84c89c47c0418250b650e6b6 Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 18 Sep 2024 11:53:46 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=95=86=E5=93=81=E8=B6=B3?= =?UTF-8?q?=E8=BF=B9--=E5=95=86=E5=93=81=E5=8E=9F=E4=BB=B7=E5=88=92?= =?UTF-8?q?=E7=BA=BF=E6=95=88=E6=9E=9C=E4=BC=98=E5=8C=96=EF=BC=8C=E5=8E=9F?= =?UTF-8?q?=E4=BB=B7=E9=A2=9C=E8=89=B2=E5=8A=A0=E6=B7=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/History/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/user/History/index.vue b/pages/user/History/index.vue index 99343b1..2b3546c 100644 --- a/pages/user/History/index.vue +++ b/pages/user/History/index.vue @@ -44,7 +44,7 @@ {{ historyItem.price }} - + {{ historyItem.otPrice }} @@ -205,6 +205,7 @@ export default { .ot-price { margin: 0 0 0 10rpx; text-decoration: line-through; + color: #CBCBCB; } } .icon {