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) }}