我在做微信小程序–wxparse报了一堆这样的错误

有两种解决方案

1 在循环数据—wx:for="{{getGoodsData.attrs}}" 后加 wx:key = “index”

第二种方法 wx:key = “id” -----id 前不要加item

VM6884:1WXMLRT_$gwx:./assets/wxparse/wxparse/wxParse.wxml:block:485:10: wx:key="" does not look like

相关文章:

  • 2021-10-26
  • 2022-12-23
  • 2022-01-22
  • 2021-10-18
  • 2022-12-23
  • 2021-09-10
  • 2022-01-22
  • 2021-07-21
猜你喜欢
  • 2021-10-23
  • 2022-12-23
  • 2021-12-20
  • 2021-09-20
  • 2022-01-08
  • 2022-01-08
  • 2022-12-23
相关资源
相似解决方案