This commit is contained in:
xiaoyu
2024-08-01 18:14:21 +08:00
parent 5945ffac43
commit 2bf2067fb3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -20,7 +20,7 @@
<text wx:else>{{brandArray[brandIndex]}}</text>
<i class="iconfont ml5 icon-gengduo"></i>
</picker> -->
<text wx:if="{{brand_name}}}">{{brand_name}}</text>
<text wx:if="{{brand_name}}">{{brand_name}}</text>
<text class="color-ccc" wx:else>请选择</text>
<i class="iconfont ml5 icon-gengduo"></i>
</view>
@@ -157,7 +157,7 @@
<view class="mt40 font-32">车辆信息</view>
<view class="relative bbs-1-eb pl190 last-b-none">
<view class="absolute left-0 box-middle font-28 color-333">车辆品牌</view>
<view class="pt30 pb30 text-right font-28 color-666">{{brandArray[brandIndex]}}</view>
<view class="pt30 pb30 text-right font-28 color-666">{{brand_name}}</view>
</view>
<view class="relative bbs-1-eb pl190 last-b-none">
<view class="absolute left-0 box-middle font-28 color-333">车系车型</view>
+1 -1
View File
@@ -242,7 +242,7 @@
<view class="mt40 font-32">车辆信息</view>
<view class="relative bbs-1-eb pl190 last-b-none">
<view class="absolute left-0 box-middle font-28 color-333">车辆品牌</view>
<view class="pt30 pb30 text-right font-28 color-666">{{brandArray[brandIndex]}}</view>
<view class="pt30 pb30 text-right font-28 color-666">{{brand_name}}</view>
</view>
<view class="relative bbs-1-eb pl190 last-b-none">
<view class="absolute left-0 box-middle font-28 color-333">车系车型</view>