You need to sign in or sign up before continuing.
hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2023-12-14 10:04:23 2 * @Date: 2023-12-14 10:04:23
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2023-12-21 11:34:17 4 + * @LastEditTime: 2023-12-21 12:21:07
5 * @FilePath: /meihuaApp/src/components/calendarSelect.vue 5 * @FilePath: /meihuaApp/src/components/calendarSelect.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
10 <nut-row gutter="10"> 10 <nut-row gutter="10">
11 <nut-col span="9"> 11 <nut-col span="9">
12 <view style="color: #7D7C7C; font-size: 0.8rem;">入住日期</view> 12 <view style="color: #7D7C7C; font-size: 0.8rem;">入住日期</view>
13 - <view style="color: #6A4925; font-size: 0.85rem; font-weight: bold;">{{ state.checkinDate}} {{ getDayOfWeek(state.checkinDate) }}</view> 13 + <view style="color: #6A4925; font-size: 0.85rem; font-weight: bold; margin-top: 0.1rem;">{{ state.checkinDate}} {{ getDayOfWeek(state.checkinDate) }}</view>
14 </nut-col> 14 </nut-col>
15 <nut-col span="5"> 15 <nut-col span="5">
16 <view style="color: #6A4925; margin-top: 15%; font-size: 0.8rem; text-align: center; background-color: #fff; padding: 0.25rem 0; border-radius: 0.5rem;"> 16 <view style="color: #6A4925; margin-top: 15%; font-size: 0.8rem; text-align: center; background-color: #fff; padding: 0.25rem 0; border-radius: 0.5rem;">
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
19 </nut-col> 19 </nut-col>
20 <nut-col span="9"> 20 <nut-col span="9">
21 <view style="color: #7D7C7C; font-size: 0.8rem;">退房日期</view> 21 <view style="color: #7D7C7C; font-size: 0.8rem;">退房日期</view>
22 - <view style="color: #6A4925; font-size: 0.85rem; font-weight: bold;">{{ state.checkoutDate }} {{ getDayOfWeek(state.checkoutDate) }}</view> 22 + <view style="color: #6A4925; font-size: 0.85rem; font-weight: bold; margin-top: 0.1rem;">{{ state.checkoutDate }} {{ getDayOfWeek(state.checkoutDate) }}</view>
23 </nut-col> 23 </nut-col>
24 </nut-row> 24 </nut-row>
25 </view> 25 </view>
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
21 color: #6a4925; 21 color: #6a4925;
22 font-size: 0.85rem; 22 font-size: 0.85rem;
23 font-weight: bold; 23 font-weight: bold;
24 + margin-top: 0.1rem;
24 } 25 }
25 } 26 }
26 .calendar-select-center { 27 .calendar-select-center {
...@@ -39,11 +40,11 @@ ...@@ -39,11 +40,11 @@
39 padding: 0 1rem 1rem; 40 padding: 0 1rem 1rem;
40 .check-in-text { 41 .check-in-text {
41 color: #060606; 42 color: #060606;
42 - font-size: 0.85rem; 43 + font-size: 0.87rem;
43 } 44 }
44 .check-in-time { 45 .check-in-time {
45 color: #010101; 46 color: #010101;
46 - font-size: 0.85rem; 47 + font-size: 0.87rem;
47 font-weight: bold; 48 font-weight: bold;
48 text-align: right; 49 text-align: right;
49 } 50 }
......
1 <!-- 1 <!--
2 * @Date: 2022-09-19 14:11:06 2 * @Date: 2022-09-19 14:11:06
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2023-12-21 11:31:46 4 + * @LastEditTime: 2023-12-21 12:26:13
5 * @FilePath: /meihuaApp/src/pages/confirm/index.vue 5 * @FilePath: /meihuaApp/src/pages/confirm/index.vue
6 * @Description: 确认订单页面 6 * @Description: 确认订单页面
7 --> 7 -->
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
29 </nut-row> 29 </nut-row>
30 </view> 30 </view>
31 <view class="calendar-select-desc"> 31 <view class="calendar-select-desc">
32 - <nut-row gutter="10"> 32 + <nut-row gutter="15">
33 <nut-col span="9" class="calendar-select-left"> 33 <nut-col span="9" class="calendar-select-left">
34 <view class="text">入住日期</view> 34 <view class="text">入住日期</view>
35 <view class="date"> 35 <view class="date">
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
53 <view class="check-in-text">入住时间</view> 53 <view class="check-in-text">入住时间</view>
54 </nut-col> 54 </nut-col>
55 <nut-col span="12"> 55 <nut-col span="12">
56 - <view class="check-in-time">{{ booking_info.check_in.month }}月{{ booking_info.check_in.day }}日 14:00后</view> 56 + <view class="check-in-time">{{ booking_info.check_in.month }}月{{ booking_info.check_in.day }}日 14:00 后</view>
57 </nut-col> 57 </nut-col>
58 </nut-row> 58 </nut-row>
59 <nut-row> 59 <nut-row>
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
61 <view class="check-out-text">退房日期</view> 61 <view class="check-out-text">退房日期</view>
62 </nut-col> 62 </nut-col>
63 <nut-col span="12"> 63 <nut-col span="12">
64 - <view class="check-out-time">{{ booking_info.check_out.month }}月{{ booking_info.check_out.day }}日 12:00前</view> 64 + <view class="check-out-time">{{ booking_info.check_out.month }}月{{ booking_info.check_out.day }}日 12:00 前</view>
65 </nut-col> 65 </nut-col>
66 </nut-row> 66 </nut-row>
67 <nut-row> 67 <nut-row>
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
69 <view class="meal-text">早餐</view> 69 <view class="meal-text">早餐</view>
70 </nut-col> 70 </nut-col>
71 <nut-col span="12"> 71 <nut-col span="12">
72 - <view class="meal-count">{{ booking_info.days }}份</view> 72 + <view class="meal-count">{{ booking_info.days }} 份</view>
73 </nut-col> 73 </nut-col>
74 </nut-row> 74 </nut-row>
75 <view class="tip"> 75 <view class="tip">
...@@ -118,8 +118,10 @@ ...@@ -118,8 +118,10 @@
118 <view class="form-text" style="padding-left: 45rpx;">备注</view> 118 <view class="form-text" style="padding-left: 45rpx;">备注</view>
119 </nut-col> 119 </nut-col>
120 <nut-col :span="18"> 120 <nut-col :span="18">
121 - <view class="form-input"> 121 + <view class="form-input" style="padding: 20rpx;">
122 - <nut-textarea v-model="formData.note" class="nut-input-text" placeholder="如有其他需求,请在此填写" :autosize="{ maxHeight: 100, minHeight: 50 }" /> 122 + <!-- <nut-textarea v-model="formData.note" class="nut-input-text" placeholder="如有其他需求,请在此填写" :autosize="{ maxHeight: 100, minHeight: 50 }" /> -->
123 + <!-- <nut-input v-model="formData.note" class="nut-input-text" placeholder="如有其他需求,请在此填写" type="text" :border="false" /> -->
124 + <textarea v-model="formData.note" style="width:100%;min-height:80px;" :auto-height="true" />
123 </view> 125 </view>
124 </nut-col> 126 </nut-col>
125 </nut-row> 127 </nut-row>
...@@ -228,11 +230,11 @@ const goPay = () => { ...@@ -228,11 +230,11 @@ const goPay = () => {
228 }); 230 });
229 return; 231 return;
230 } else { 232 } else {
231 - 233 + console.warn(formData);
232 - show_pay.value = true; 234 + // show_pay.value = true;
233 - payData.value.id = '123'; 235 + // payData.value.id = '123';
234 - payData.value.price = room_price_info.value.discount * book_count.value * booking_info.value.days; 236 + // payData.value.price = room_price_info.value.discount * book_count.value * booking_info.value.days;
235 - payData.value.remain_time = '30:00'; 237 + // payData.value.remain_time = '30:00';
236 } 238 }
237 } 239 }
238 240
......