From 1855bca307ba2bef44eeb407d9ebf6eb87d71354 Mon Sep 17 00:00:00 2001 From: dzq Date: Mon, 7 Jul 2025 08:51:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=99=BA=E8=83=BD=E6=9F=9C=E8=AF=A6?= =?UTF-8?q?=E6=83=85):=20=E6=B7=BB=E5=8A=A0=E6=94=AF=E4=BB=98=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E6=98=BE=E7=A4=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在智能柜详情页面中,新增计算属性 currentPaymentMethods 用于根据店铺模式显示对应的支付方式标签。替换原有的借呗支付显示为多种支付方式的标签展示,提升用户体验。 --- .../cabinet/smart-cabinet-card/detail.vue | 25 ++++++++++++++----- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/src/views/cabinet/smart-cabinet-card/detail.vue b/src/views/cabinet/smart-cabinet-card/detail.vue index 9ac48bc..7e47c28 100644 --- a/src/views/cabinet/smart-cabinet-card/detail.vue +++ b/src/views/cabinet/smart-cabinet-card/detail.vue @@ -1,5 +1,5 @@