picker组件如何根据后台默认选中呢?
比如??默认点开就展示哪个省市区吗?https://developers.weixin.qq.com/community/develop/article/doc/0000643f674fa81a18a92b37455413
https://developers.weixin.qq.com/miniprogram/dev/component/picker.html
文档要看
若认为该回答有用,给回答者点个[ 有用 ],让答案帮助更多的人
遍历返回的数据,根据index选中
<text style=“padding: 10rpx 20rpx;”>{{choseshiList[rangekeyshi].city || defaultcity}}</text>