<view bindchange="bindPickerChange2" wx:for="{{list_data}}" wx:key="index">
<picker style="color:{{color3}}" value="{{index2}}" range="{{array2}}">
<i-cell i-class="newscells" title="{{array2[index2]}}" value="▼"></i-cell>
</picker>
</view>
把上面的循环删了 就有显示 求解是什么问题
建议写个代码片段。
https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
好的,我试试
list_data是什么数据?而且你循环内没有用到item
list_data是接口请求过来的res.data数据,只是我itme还没有写,这快之前的文本就没有了