【BUG】wxml更新导致Styles面板显示数据错误
Win10 1703 x64
开发者工具版本:1.01.1711160
首先我的代码是这样的:
dataList.arrPromotion.indicator 是一个数组,里面有N个数字,用于表示swiper组件的指示点;
dataList.arrPromotion.indicatorIndex 是一个数字,表示当前swiper的current值,swiper绑定了bindchange事件,会修改这个数字
具体显示效果如图:
此时在调试器面板选中类为 indicator 这个view时,显示如图,styles面板正常;
x秒后,swiper autoplay触发bindchange修改了 dataList.arrPromotion.indicatorIndex 的值,Styles面板就异常了:
看起来似乎是显示了刚更新的节点的样式