diff --git a/application/views/mobile_first/ah-lantern-form-info-page.php b/application/views/mobile_first/ah-lantern-form-info-page.php index f252faa9..4a330364 100644 --- a/application/views/mobile_first/ah-lantern-form-info-page.php +++ b/application/views/mobile_first/ah-lantern-form-info-page.php @@ -5,7 +5,7 @@

As the Lantern Festival approaches, all tourism resources are in high demand. We are currently offering two types of services:
1. Single ticket sales: VIP and standard tickets.
- 2. Package: The exclusive premium ticket paired with the most convenient hotel option. + 2. Package: The exclusive premium ticket paired with the most convenient hotel.

Select Date

@@ -426,10 +426,10 @@ ticketTotalPrice = ticketTotalPrice * 0.95; } - // Premium Hotel 票要选酒店 110 美金/间/夜 + // Premium Hotel 票要选酒店 100 美金/间/夜 var hotelTotalPrice = 0; if (selectedTicketType === 'Premium_hotel') { - hotelTotalPrice = 110 * hotelRoomValue * stayLengthValue; + hotelTotalPrice = 100 * hotelRoomValue * stayLengthValue; } var totalPrice = ticketTotalPrice + hotelTotalPrice; diff --git a/application/views/mobile_first/ah-lantern-form.php b/application/views/mobile_first/ah-lantern-form.php index 72173310..b2fec47a 100644 --- a/application/views/mobile_first/ah-lantern-form.php +++ b/application/views/mobile_first/ah-lantern-form.php @@ -5,7 +5,7 @@

As the Lantern Festival approaches, all tourism resources are in high demand. We are currently offering two types of services:
1. Single ticket sales: VIP and standard tickets.
-2. Package: The exclusive premium ticket paired with the most convenient hotel option. +2. Package: The exclusive premium ticket paired with the most convenient hotel.

Select Date

@@ -425,10 +425,10 @@ ticketTotalPrice = ticketTotalPrice * 0.95; } - // Premium Hotel 票要选酒店 110 美金/间/夜 + // Premium Hotel 票要选酒店 100 美金/间/夜 var hotelTotalPrice = 0; if (selectedTicketType === 'Premium_hotel') { - hotelTotalPrice = 110 * hotelRoomValue * stayLengthValue; + hotelTotalPrice = 100 * hotelRoomValue * stayLengthValue; } var totalPrice = ticketTotalPrice + hotelTotalPrice;