车辆合同售价

This commit is contained in:
老叶
2021-08-05 16:14:07 +08:00
parent f2044b64a2
commit eb45a764f5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
<block wx:for="{{info.car_data}}" wx:for-index='key' wx:for-item='value' wx:key='i'>
<view class="relative bbs-1-eb pl140 font-28">
<view class="absolute left-0 box-middle font-28 color-333">{{key}}</view>
<view class="pt30 pb30 text-right font-28 color-666">{{value}}{{key == '车辆指导价格' || key == '定金'?'元':'' }}</view>
<view class="pt30 pb30 text-right font-28 color-666">{{value}}{{key == '车辆合同售价格' || key == '定金'?'元':'' }}</view>
</view>
</block>
</view>
+1 -1
View File
@@ -54,7 +54,7 @@
</view>
</view>
<view class="relative bbs-1-eb last-b-none pl140 font-28">
<view class="absolute left-0 box-middle color-333">车辆指导价</view>
<view class="absolute left-0 box-middle color-333">车辆合同售价</view>
<view class="pt30 pb30 text-right font-28 color-666" style="height:38rpx;">
<text wx:if="{{levelIndex != -1}}">{{levelList[levelIndex].price}}元</text>
</view>