bug
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user