From aa7c9fbbe41d10e007779f35ec318942ea8fb944 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Tue, 28 Sep 2021 17:27:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E6=A0=BC=E6=B7=BB=E5=8A=A0=E6=95=B0?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/zwy-calendar/zwy-calendar.vue | 324 -------------- pages/goodsDetail/index.vue | 62 ++- pages/order/confirm_order.vue | 416 ++++++++---------- pages/order/order_details.vue | 53 +-- static/defult_code.png | Bin 75810 -> 0 bytes static/images/jieson.png | Bin 1463 -> 0 bytes static/images/other.png | Bin 1177 -> 0 bytes static/images/plane_ticket.png | Bin 1607 -> 0 bytes static/images/strategy.png | Bin 2112 -> 0 bytes static/images/travel.png | Bin 2074 -> 0 bytes static/logo.png | Bin 4023 -> 0 bytes uview-ui/components/u-calendar/u-calendar.vue | 3 +- 12 files changed, 251 insertions(+), 607 deletions(-) delete mode 100644 components/zwy-calendar/zwy-calendar.vue delete mode 100644 static/defult_code.png delete mode 100644 static/images/jieson.png delete mode 100644 static/images/other.png delete mode 100644 static/images/plane_ticket.png delete mode 100644 static/images/strategy.png delete mode 100644 static/images/travel.png delete mode 100644 static/logo.png diff --git a/components/zwy-calendar/zwy-calendar.vue b/components/zwy-calendar/zwy-calendar.vue deleted file mode 100644 index 832d410..0000000 --- a/components/zwy-calendar/zwy-calendar.vue +++ /dev/null @@ -1,324 +0,0 @@ - - - - - diff --git a/pages/goodsDetail/index.vue b/pages/goodsDetail/index.vue index 928a3d2..ffcaa96 100644 --- a/pages/goodsDetail/index.vue +++ b/pages/goodsDetail/index.vue @@ -88,9 +88,9 @@ - + - ¥{{ choose_date_orangilprice || goods_detail.spec[type_index].original_price }} + ¥{{ choose_date_orangilprice*buy_num || goods_detail.spec[type_index].original_price*buy_num}} 使用时间:{{ go_date }} @@ -118,6 +118,12 @@ + + 数量 + + + + @@ -195,9 +201,9 @@ - + - ¥{{ total_hotel_orginalprice || goods_detail.spec[type_index].original_price }} + ¥{{ total_hotel_orginalprice*buy_num || goods_detail.spec[type_index].original_price*buy_num }} 酒店住房日期:{{live_date}}~{{leave_date}} @@ -232,6 +238,12 @@ + + 数量 + + + + @@ -273,9 +285,9 @@ - + - ¥{{ choose_date_orangilprice || goods_detail.spec[type_index].original_price }} + ¥{{ choose_date_orangilprice*buy_num || goods_detail.spec[type_index].original_price*buy_num}} 套餐类型:{{goods_detail.spec[type_index].name}} @@ -302,6 +314,12 @@ + + 数量 + + + + @@ -311,9 +329,9 @@ - + - ¥{{ choose_date_orangilprice || goods_detail.spec[type_index].original_price }} + ¥{{ choose_date_orangilprice*buy_num || goods_detail.spec[type_index].original_price*buy_num}} 套餐类型:{{goods_detail.spec[type_index].name}} @@ -340,6 +358,12 @@ + + 数量 + + + + @@ -349,9 +373,9 @@ - + - ¥{{ choose_date_orangilprice || goods_detail.spec[type_index].original_price }} + ¥{{ choose_date_orangilprice*buy_num || goods_detail.spec[type_index].original_price*buy_num}} 套餐类型:{{goods_detail.spec[type_index].name}} @@ -381,6 +405,12 @@ + + 数量 + + + + @@ -433,7 +463,6 @@