-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
-
使用原生组件时,原生bindchange无法触发,无法获取选择值
<view class="section"> <view class="section__title">省市区选择器</view> <picker mode="region" bindchange="bindRegionChange" :value="region" :custom-item="customItem"> <view class="picker"> 当前选择:{{region[0]}},{{region[1]}},{{region[2]}} </view> </picker> </view>
2.使用select时,默认显示被修改,无法正常select
Metadata
Metadata
Assignees
Labels
No labels
