<picker-view
bindchange="bindChange"
value="{{curActives}}"
indicator-style="height: 48px;"
immediate-change="{{true}}"
style="width: 690rpx; height: 380rpx;margin:0rpx auto;"
>
</picker-view>
// immediate-change="{{true}}"
该方法控制滚动时立即执行动画 可以使颜色及时修改
官网:https://developers.weixin.qq.com/miniprogram/dev/component/picker-view.html
屏幕录制2023-01-30 14.48.19
以上为picker-view选中时颜色修改不及时的处理方法,哪里有问题还请大神指教!