我想让每个用户的id作为wx:key,我的wx:key这样写有什么错误么?
https://developers.weixin.qq.com/s/PkqyPamw79gD
现在的wx:key不需要带上{{}}和item,例如 wx:key="{{item.id}}" 直接写wx:key=“id”