|
|
@ -90,6 +90,19 @@ |
|
|
|
<view class="rb-line"> |
|
|
|
<view>类型:{{ zh_spec_names || '-'}}</view> |
|
|
|
</view> |
|
|
|
<view class="rb-insurance" v-if="orderInfo.enable_insurance"> |
|
|
|
<view class="ri-line">运动意外保障服务包 x{{ orderInfo.ticket_number }}份;3元/份 </view> |
|
|
|
<view class="ri-tip"> |
|
|
|
<veiw class="rt-line"> |
|
|
|
<image class="rl-img" mode="aspectFit" src="/subpackage/device/static/images/insurance_grey.png"></image> |
|
|
|
<text>意外受伤服务</text> |
|
|
|
</veiw> |
|
|
|
<veiw class="rt-line"> |
|
|
|
<image class="rl-img" mode="aspectFit" src="/subpackage/device/static/images/accident_gry.png"></image> |
|
|
|
<text>意外受伤服务</text> |
|
|
|
</veiw> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="rb-section"> |
|
|
|
<view class="rs-line"> |
|
|
|
<view>金额小计</view> |
|
|
@ -721,9 +734,37 @@ export default { |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
.rb-insurance{ |
|
|
|
margin-top: 40upx; |
|
|
|
padding-top: 30upx; |
|
|
|
border-top: 1px solid #D8D8D8; |
|
|
|
.ri-line{ |
|
|
|
font-size: 28upx; |
|
|
|
font-weight: 600; |
|
|
|
color: #333; |
|
|
|
@include textHide(1); |
|
|
|
} |
|
|
|
.ri-tip{ |
|
|
|
padding-top: 20upx; |
|
|
|
@include centerFlex(flex-start); |
|
|
|
.rt-line{ |
|
|
|
width: 50%; |
|
|
|
flex-grow: 1; |
|
|
|
color: #9a9a9d; |
|
|
|
font-size: 24upx; |
|
|
|
@include centerFlex(flex-start); |
|
|
|
.rl-img{ |
|
|
|
flex-shrink: 0; |
|
|
|
width: 40upx; |
|
|
|
height: 40upx; |
|
|
|
margin-right: 10upx; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.rb-section{ |
|
|
|
margin: 30rpx 0rpx 24rpx; |
|
|
|
border-top: 2rpx solid #D8D8D8; |
|
|
|
border-top: 1px solid #D8D8D8; |
|
|
|
.rs-line{ |
|
|
|
margin-top: 26rpx; |
|
|
|
@include centerFlex(space-between); |
|
|
|