Commit 16c447a6 authored by 潘永坪's avatar 潘永坪

购票须知处理

parent 3e211757
......@@ -12,11 +12,15 @@
<view class="head3">
挂牌价:¥{{buyKnowData.originalPrice}}
</view>
</view>
<view style="flex: 1;overflow-y: scroll;">
<view class="middle">
<view style="margin-top: 30rpx;">
<image style="width: 100%;" v-for="(item,index) in buyKnowData.productImgs" :key="index" :src="item.url"></image>
</view>
<view class="middle-list" v-for="(item,a) of buyKnowData.productTitleResVos||buyKnowData.productTitleData" :key="a">
<view class="middle-title">
{{item.title}}
......@@ -35,8 +39,6 @@
</view>
</view>
<!-- 退票规则 -->
<!-- 索道写死 -->
<!-- <view class="middle-list" style="border-bottom: none;" v-if="buyKnowData.merchantId!='z0015605022691a5945bbe463141668c'"> -->
<view class="middle-list" style="border-bottom: none;">
<view class="middle-title">
<text v-if="buyKnowData.backChangeRule == 0">不可退</text>
......@@ -133,12 +135,15 @@ export default {
border-bottom: 1px solid #e6e6e6;
padding-bottom: 30rpx;
}
.img-box{
margin: 20rpx 0;
}
.middle {
padding-bottom: 100rpx;
padding: 0 24rpx 24rpx 24rpx;
font-size: 28rpx;
}
.middle-list {
margin: 30rpx 24rpx;
margin: 30rpx 0;
padding-bottom: 24rpx;
border-bottom: 1px solid #E6E6E6;
}
......@@ -181,6 +186,7 @@ export default {
z-index: 9;
background: #FFFFFF;
box-sizing: border-box;
border-top: 1px solid #e6e6e6;
}
.bottom-left{
......
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