车辆合同售价
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user