修复小程序bug

This commit is contained in:
TOP糯米 2023-03-30 01:09:05 +08:00
parent b6cf58f274
commit 5b36148207
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
</picker>
<text class="iconfont icon-jinru"></text>
</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>
<picker
mode="selector"