jiazhipeng 4 months ago
parent
commit
f82f363d82
  1. 7
      subPackages/ticket/order.vue

7
subPackages/ticket/order.vue

@ -26,8 +26,9 @@
<view style="padding: 30rpx 0 20rpx;" class="num-subtitle text-overflow" @click="showpopRule(true, item.sInfo)"> <view style="padding: 30rpx 0 20rpx;" class="num-subtitle text-overflow" @click="showpopRule(true, item.sInfo)">
<view class="flex" v-if="item.sInfo.display_tags"> <view class="flex" v-if="item.sInfo.display_tags">
{{item.sInfo.display_tags.split(',').join(" | ")}} {{item.sInfo.display_tags.split(',').join(" | ")}}
<text style="padding:0 4rpx">|</text>
</view> </view>
<view style="padding-left:4rpx">| 预订须知 ></view> <view > 预订须知 ></view>
</view> </view>
</view> </view>
@ -58,8 +59,8 @@
<uni-icons style="height: 42rpx;" color="#999999" type="right" size="18"></uni-icons> <uni-icons style="height: 42rpx;" color="#999999" type="right" size="18"></uni-icons>
</view> </view>
<div class="coupon-price" v-else> <div class="coupon-price" v-else>
<span v-if="coupon.percent == 0">-{{coupon.discounts/100}}</span> <span v-if="coupon.activity.percent == 0">-{{coupon.activity.discounts/100}}</span>
<span v-else>-{{coupon.percent}}%</span> <span v-else>-{{coupon.activity.percent}}%</span>
<span style="margin:0 31rpx 0 8rpx;color: #6C7A94;">></span> <span style="margin:0 31rpx 0 8rpx;color: #6C7A94;">></span>
</div> </div>
</view> </view>

Loading…
Cancel
Save