From 4b887b47f3421e1cbdc3e56b3f98101634139439 Mon Sep 17 00:00:00 2001 From: yanzai Date: Tue, 10 Dec 2024 16:33:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=8E=9F=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 秦皇岛四院小程序/pages/buy/check/check.vue | 2 +- 秦皇岛四院小程序/pages/buy/info/info.vue | 2 +- 秦皇岛四院小程序/pages/main/combo/combo.vue | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/秦皇岛四院小程序/pages/buy/check/check.vue b/秦皇岛四院小程序/pages/buy/check/check.vue index 714c940..4b0513c 100644 --- a/秦皇岛四院小程序/pages/buy/check/check.vue +++ b/秦皇岛四院小程序/pages/buy/check/check.vue @@ -156,7 +156,7 @@ - ¥{{ Number(buy_info.original_price).toFixed(2) }} + diff --git a/秦皇岛四院小程序/pages/buy/info/info.vue b/秦皇岛四院小程序/pages/buy/info/info.vue index 3cde5c1..ee3b7a6 100644 --- a/秦皇岛四院小程序/pages/buy/info/info.vue +++ b/秦皇岛四院小程序/pages/buy/info/info.vue @@ -248,7 +248,7 @@ - ¥{{ Number(buy_info.original_price).toFixed(2) }} + diff --git a/秦皇岛四院小程序/pages/main/combo/combo.vue b/秦皇岛四院小程序/pages/main/combo/combo.vue index 8d336b9..e1a5687 100644 --- a/秦皇岛四院小程序/pages/main/combo/combo.vue +++ b/秦皇岛四院小程序/pages/main/combo/combo.vue @@ -314,7 +314,8 @@ {{ i.count }}人已检 - 原价:¥{{ Number(i.original_price).toFixed(2) }} + + {{ Number(i.price).toFixed(2) }}