flowerBox.wxml 242 B

123456
  1. <view class="flower-alert" animation="{{animationData}}">
  2. <view class="flower-title">
  3. <text>恭喜:获得{{flowerNum}}朵</text>
  4. <image class="flower-icon" src="../../static/image/flower_small.png" />
  5. </view>
  6. </view>