setDAta后,data数据已经改变了,但是wxml对应用for循环的列表数据没有变化,什么原因?

发布于 9 年前作者 bliang7528 次浏览最后编辑 9 年前来自 ask
      
        
          {{index+1}}
          
          {{item.towsName}}
          {{item.net}}
        
      
    

https://developers.weixin.qq.com/s/ONnbpOmw7ZeR

https://developers.weixin.qq.com/s/ONnbpOmw7ZeR

2 回复
syan
syan1 楼6 年前

那你怎么知道data数据变了?

yinming
yinming2 楼6 年前

如何知道“data数据已经改变了”