小程序:Now you can provide attr `wx:key` for a `wx:for` to improve performance. 的解決方案


在wx:for后面添加wx:key="key" 可消除警告 

<view wx:for="{{thisWeekMovies}}" wx:for-index="idx" wx:for-item="item"   wx:key="key" >
    <view class="videos">
      <image src="{{ item.img }}" class="banner"></image>
      <text class="title">{{ item.title }}</text>
      <text>{{ item.content }}</text>
    </view>
  </view>

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM