Commit 8fc41858 authored by youjie's avatar youjie

Merge branch 'B2C' of http://gitlab.oytour.com/zk123/jz_travel into B2C

parents 79b145f0 0a8f06ae
......@@ -55,9 +55,9 @@
<view class="LastNameBox column val" style="width: 1px;flex: 1;">
<view class="row items-center" v-for="(sItem,i) in item.GuestInfo" :key="i">
<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"
:placeholder="`${sItem.IsAdult?'住客'+(i+1):sItem.Age+'岁儿童'}名`" />
:placeholder="`${sItem.IsAdult?'住客'+(i+1):sItem.Age+'岁儿童'}拼音名`" />
</view>
</view>
</view>
......@@ -99,7 +99,8 @@
<textarea class="jz_TextArea" placeholder="请输入备注信息" v-model="orderMsg.Remarks"></textarea>
</view>
</view>
<view class="CouponBox">
<!--酒店暂不使用优惠券-->
<!-- <view class="CouponBox">
<view class="big-title">
<text>优惠券</text>
</view>
......@@ -116,7 +117,7 @@
<u-icon name="arrow" :size="32" color="#111" v-if="couponList.length>0"></u-icon>
</view>
</view>
</view>
</view> -->
<view class="PriceBox">
<view class="big-title">
<text>订单金额</text>
......@@ -376,7 +377,8 @@
this.orderMsg.RoomCount = this.searchObj.rooms
this.getGroupData()
this.price = this.RoomInfo.Currency + this.RoomInfo.RatePlanPrice
this.getUserCouponList()
//酒店暂不使用优惠卷 HK 2025-05-09注释
//this.getUserCouponList()
this.CalTotalPrice();
this.GetCountryInfo()
},
......@@ -703,6 +705,7 @@
// #endif
"TCID": '',
}
//酒店暂时不用优惠卷
this.apipost(
"coupon_post_GetUserCanUseCouponList", couponParams,
(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