Files
litemall/renard-wx/components/notify/index.wxml
2018-08-25 10:19:25 +08:00

7 lines
136 B
Plaintext

<view
class="van-notify {{ show ? 'van-notify--show' : '' }}"
style="background-color:{{ backgroundColor }}"
>
{{ text }}
</view>