1***@qq.com
1***@qq.com
  • 发布:2022-11-12 10:01
  • 更新:2022-11-12 10:01
  • 阅读:257

怎么同时设置单选和下拉多选呢

分类:uni-app

这样写多选下拉框不显示,怎么实现多选下拉框呢

<fy-dropdown :menuList="menuList">
<fy-dropdown-item v-model="pxVal" dropdownKey="paixu" :options="pxOptions" @change="change1()"></fy-dropdown-item>
<fy-dropdown-item type="column">
<uni-dropdown-item dropdownKey="classify">
<view class="classify">
<view class="h2">分类</view>
<view class="fl flex">
<text v-for="(item,index) in flOptions" @click="flBtn(index)" :class="flIndex==index?'active':''">
{{item.text}}
</text>
</view>
...
</view>
</uni-dropdown-item>
</fy-dropdown-item>
</fy-dropdown>

2022-11-12 10:01 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复