修复小程序bug
This commit is contained in:
parent
b6cf58f274
commit
5b36148207
|
@ -56,7 +56,7 @@
|
||||||
</picker>
|
</picker>
|
||||||
<text class="iconfont icon-jinru"></text>
|
<text class="iconfont icon-jinru"></text>
|
||||||
</view>
|
</view>
|
||||||
<view v-show="serviceType == 2 || serviceType == 3" class="input-item">
|
<view v-if="serviceType == 2 || serviceType == 3" class="input-item">
|
||||||
<text class="title">车辆类型</text>
|
<text class="title">车辆类型</text>
|
||||||
<picker
|
<picker
|
||||||
mode="selector"
|
mode="selector"
|
||||||
|
|
Loading…
Reference in New Issue