劝退师
劝退师
  • 发布:2021-07-21 11:50
  • 更新:2021-07-21 11:50
  • 阅读:249

移动端 picker-view 滑动到最后一个元素有时无法触发 change事件 h5 正常

分类:uniCloud

<uni-popup ref="statusPopup" type="bottom">
<view class="popup status-popup" >
<view class="popup-top">
<picker-view indicator-class='indicatorClass' :value="value" @change="bindChange"
class="picker-view">
<picker-view-column>
<view :class="['item flex',currentItem == index?'active-item':'']" v-for="(item,index) in pickerArr" :key="index">
<text>{{item}}</text>
<view class="current-img" v-if="currentItem == index">
<image src="../static/icon/customer/addcustomer/Check.png" mode="widthFix"></image>
</view>
</view>
</picker-view-column>
</picker-view>
</view>
<view class="popup-bottom flex">
<view class="cancel-btn" @click="onOtherClose">
取消
</view>
<view class="determine-btn" @click="onCheckStatus">
确定
</view>
</view>
</view>
</uni-popup>

2021-07-21 11:50 负责人:无 分享
已邀请:

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