uniapp Now you can provide attr `wx:key` for a `wx:for` to improve performance.

解决办法:加key属性

<view class="shenbao-cont" v-for="(item, index) in listitem" :key="index">
</view>

猜你喜欢

转载自blog.csdn.net/qq2942713658/article/details/114672668