收藏
回答

用了wx:for出现这个提示是什么意思呀,image里的图片一直显示不出来,这怎么改呀?

[WXML Runtime warning] ./pages/menu/menu.wxml

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

  1 | <!--pages/menu/menu.wxml-->

  2 | <view class="container">

> 3 |   <view class="list" wx:for="{{array}}">  

    |    ^

  4 |     <image src="{{item.menu}}"></image>

  5 |     <view class="desc">

  6 |       <text class="title">{{item.title}}</text>

回答关注问题邀请回答
收藏

1 个回答

  • (๑・ . ・๑)
    (๑・ . ・๑)
    2022-07-06

    看看你的 array 数据

    2022-07-06
    有用
    回复
登录 后发表内容