index.wxml 193 B

12345678
  1. <van-transition
  2. name="slide-down"
  3. show="{{ show }}"
  4. custom-class="van-notify"
  5. custom-style="background-color:{{ backgroundColor }}; color: {{ color }}"
  6. >
  7. {{ text }}
  8. </van-transition>