订单登记,订单编辑-修改保险显示

This commit is contained in:
老叶
2022-02-11 10:01:40 +08:00
parent 33c6d3490a
commit 4aa477e842
2 changed files with 12 additions and 3 deletions
+8 -2
View File
@@ -161,7 +161,10 @@
<block wx:for="{{agencyList}}" wx:key='index'>
<view class="relative ml40 bbs-1-eb pl140 font-22 color-666" wx:if="{{item.checked}}">
<view class="absolute left-0 box-middle"><i class="iconfont ml5 mr10 icon-gengduo"></i>{{item.title}}</view>
<view class="pt25 pb25 text-right" style="min-height:30rpx"><text class="mr10 color-f9394d">{{item.sprice}}</text>元</view>
<view class="pt25 pb25 text-right" style="min-height:30rpx">
<block wx:if="{{item.price>0}}"><text class="mr10 color-f9394d">{{item.sprice}}</text>元</block>
<block wx:elif="{{item.text}}">{{item.text}}</block>
</view>
</view>
</block>
<view class="relative bbs-1-eb last-b-none pl180 font-28">
@@ -324,7 +327,10 @@
<block wx:for="{{agencyList}}" wx:key='index'>
<view class="relative ml40 bbs-1-eb pl140 font-22 color-666" wx:if="{{item.checked}}">
<view class="absolute left-0 box-middle"><i class="iconfont ml5 mr10 icon-gengduo"></i>{{item.title}}</view>
<view class="pt25 pb25 text-right" style="min-height:30rpx"><text class="mr10 color-f9394d">{{item.sprice}}</text>元</view>
<view class="pt25 pb25 text-right" style="min-height:30rpx">
<block wx:if="{{item.price>0}}"><text class="mr10 color-f9394d">{{item.sprice}}</text>元</block>
<block wx:elif="{{item.text}}">{{item.text}}</block>
</view>
</view>
</block>
<view class="relative bbs-1-eb last-b-none pl180 font-28">
+4 -1
View File
@@ -440,7 +440,10 @@
<block wx:for="{{agencyList}}" wx:key='index'>
<view class="relative ml40 bbs-1-eb pl140 font-22 color-666" wx:if="{{item.checked}}">
<view class="absolute left-0 box-middle"><i class="iconfont ml5 mr10 icon-gengduo"></i>{{item.title}}</view>
<view class="pt25 pb25 text-right" style="min-height:30rpx"><text class="mr10 color-f9394d">{{item.sprice}}</text>元</view>
<view class="pt25 pb25 text-right" style="min-height:30rpx">
<block wx:if="{{item.price>0}}"><text class="mr10 color-f9394d">{{item.sprice}}</text>元</block>
<block wx:elif="{{item.text}}">{{item.text}}</block>
</view>
</view>
</block>
<view class="relative bbs-1-eb last-b-none pl180 font-28">