我在做微信小程序–wxparse报了一堆这样的错误 有两种解决方案 1 在循环数据—wx:for="{{getGoodsData.attrs}}" 后加 wx:key = “index” 第二种方法 wx:key = “id” -----id 前不要加item 相关文章: