index.wxml 136 B

123456
  1. <view
  2. class="van-notify {{ show ? 'van-notify--show' : '' }}"
  3. style="background-color:{{ backgroundColor }}"
  4. >
  5. {{ text }}
  6. </view>