Commit 70355c88 authored by 黄奎's avatar 黄奎

先去掉酒店优惠卷

parent c7f58df8
...@@ -55,9 +55,9 @@ ...@@ -55,9 +55,9 @@
<view class="LastNameBox column val" style="width: 1px;flex: 1;"> <view class="LastNameBox column val" style="width: 1px;flex: 1;">
<view class="row items-center" v-for="(sItem,i) in item.GuestInfo" :key="i"> <view class="row items-center" v-for="(sItem,i) in item.GuestInfo" :key="i">
<input type="text" v-model="sItem.LastName" <input type="text" v-model="sItem.LastName"
:placeholder="`${sItem.IsAdult?'住客'+(i+1):sItem.Age+'岁儿童'}姓`" /> :placeholder="`${sItem.IsAdult?'住客'+(i+1):sItem.Age+'岁儿童'}拼音姓`" />
<input type="text" v-model="sItem.FirstName" <input type="text" v-model="sItem.FirstName"
:placeholder="`${sItem.IsAdult?'住客'+(i+1):sItem.Age+'岁儿童'}名`" /> :placeholder="`${sItem.IsAdult?'住客'+(i+1):sItem.Age+'岁儿童'}拼音名`" />
</view> </view>
</view> </view>
</view> </view>
...@@ -99,7 +99,8 @@ ...@@ -99,7 +99,8 @@
<textarea class="jz_TextArea" placeholder="请输入备注信息" v-model="orderMsg.Remarks"></textarea> <textarea class="jz_TextArea" placeholder="请输入备注信息" v-model="orderMsg.Remarks"></textarea>
</view> </view>
</view> </view>
<view class="CouponBox"> <!--酒店暂不使用优惠券-->
<!-- <view class="CouponBox">
<view class="big-title"> <view class="big-title">
<text>优惠券</text> <text>优惠券</text>
</view> </view>
...@@ -116,7 +117,7 @@ ...@@ -116,7 +117,7 @@
<u-icon name="arrow" :size="32" color="#111" v-if="couponList.length>0"></u-icon> <u-icon name="arrow" :size="32" color="#111" v-if="couponList.length>0"></u-icon>
</view> </view>
</view> </view>
</view> </view> -->
<view class="PriceBox"> <view class="PriceBox">
<view class="big-title"> <view class="big-title">
<text>订单金额</text> <text>订单金额</text>
...@@ -376,7 +377,8 @@ ...@@ -376,7 +377,8 @@
this.orderMsg.RoomCount = this.searchObj.rooms this.orderMsg.RoomCount = this.searchObj.rooms
this.getGroupData() this.getGroupData()
this.price = this.RoomInfo.Currency + this.RoomInfo.RatePlanPrice this.price = this.RoomInfo.Currency + this.RoomInfo.RatePlanPrice
this.getUserCouponList() //酒店暂不使用优惠卷 HK 2025-05-09注释
//this.getUserCouponList()
this.CalTotalPrice(); this.CalTotalPrice();
this.GetCountryInfo() this.GetCountryInfo()
}, },
...@@ -703,6 +705,7 @@ ...@@ -703,6 +705,7 @@
// #endif // #endif
"TCID": '', "TCID": '',
} }
//酒店暂时不用优惠卷
this.apipost( this.apipost(
"coupon_post_GetUserCanUseCouponList", couponParams, "coupon_post_GetUserCanUseCouponList", couponParams,
(res) => { (res) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment