今天我在做小程序动画的时候,发现一个问题,不能有 wx:if ,也就是 不能bool类型的数据绑定,有了这个动画效果就没有效果;

<view class="add-norm-box" wx:if="{{hasNorm}}"  animation="{{animationDatas}}" > 

正确的代码:

<view class="add-norm-box"   animation="{{animationDatas}}" > 

 

相关文章:

  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-06-03
相关资源
相似解决方案