Commit f1da3fcc authored by youjie's avatar youjie

no message

parent 61d9e618
...@@ -209,7 +209,6 @@ ...@@ -209,7 +209,6 @@
let msg = null let msg = null
// #ifdef MP-DI // #ifdef MP-DI
console.log(item.goodsType, '===========')
msg = `OrderNo=${item.orderNo}` msg = `OrderNo=${item.orderNo}`
if (item.goodsType > 0 && item.goodsType < 4) url = `jiuzhai/jz_SureOrder?` //线路 if (item.goodsType > 0 && item.goodsType < 4) url = `jiuzhai/jz_SureOrder?` //线路
else if (item.goodsType > 3 && item.goodsType < 8) { //景点门票 else if (item.goodsType > 3 && item.goodsType < 8) { //景点门票
...@@ -225,7 +224,7 @@ ...@@ -225,7 +224,7 @@
else if (item.goodsType == 4) { //景点门票 else if (item.goodsType == 4) { //景点门票
} else if (item.goodsType == 3) { //酒店住宿 } else if (item.goodsType == 3) { //酒店住宿
} else if (item.goodsType == 9) { //酒店住宿 } else if (item.goodsType==7) { //酒店住宿
url = `hotel/orderdetails?orderId=` + item.erpOrderId; url = `hotel/orderdetails?orderId=` + item.erpOrderId;
} else if (item.goodsType == 5) { //目的地用车 } else if (item.goodsType == 5) { //目的地用车
} else if (item.goodsType == 6) url = `visa/visa_SureOrder?` //签证 } else if (item.goodsType == 6) url = `visa/visa_SureOrder?` //签证
......
...@@ -63,9 +63,9 @@ ...@@ -63,9 +63,9 @@
</text> </text>
</view> </view>
</view> </view>
<view class="column hotelDetailRPriceBook" <!--:class="[!index?'active':'']"-->
:class="[!index?'active':'']"> <view class="column hotelDetailRPriceBook">
<text v-if="!index" class="hotelDetailMinXiRS">剩2间</text> <!--<text v-if="!index" class="hotelDetailMinXiRS">剩2间</text>-->
<view class="hotelDetailMinXiRB" @click="setOrder(subItem)"> <view class="hotelDetailMinXiRB" @click="setOrder(subItem)">
</view> </view>
...@@ -123,9 +123,9 @@ ...@@ -123,9 +123,9 @@
</text> </text>
</view> </view>
</view> </view>
<view class="column hotelDetailMinXiRBBox" <!--:class="[!subindex?'active':'']"-->
:class="[!subindex?'active':'']"> <view class="column hotelDetailMinXiRBBox">
<text v-if="!subindex" class="hotelDetailMinXiRS">剩2间</text> <!--<text v-if="!subindex" class="hotelDetailMinXiRS">剩2间</text>-->
<view class="hotelDetailMinXiRB" @click="setOrder(subItem)"> <view class="hotelDetailMinXiRB" @click="setOrder(subItem)">
</view> </view>
......
...@@ -135,8 +135,7 @@ ...@@ -135,8 +135,7 @@
<text style="flex: 1;" <text style="flex: 1;"
v-if="useCouponIds == 0 &&couponList.length>0">{{couponList.length}}张可用优惠券</text> v-if="useCouponIds == 0 &&couponList.length>0">{{couponList.length}}张可用优惠券</text>
<text class="content" style="color:grey" v-else-if="couponList.length==0">暂无优惠券</text> <text class="content" style="color:grey" v-else-if="couponList.length==0">暂无优惠券</text>
<text class="content" v-else :style="{ color: mainColor }">已优惠 <text class="content" v-else :style="{ color: mainColor }">已优惠{{currentCoupon.discountMoney}} </text>
{{currentCoupon.discountMoney}} </text>
<!-- <u-icon name="ellipsis" size="36" v-if="couponList.length > 0"></u-icon> --> <!-- <u-icon name="ellipsis" size="36" v-if="couponList.length > 0"></u-icon> -->
</text> </text>
<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>
......
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