mirror of
http://123.56.153.49:3000/haibing/litemall.git
synced 2025-06-06 21:59:51 +00:00
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
<view
|
|
class="van-notify {{ show ? 'van-notify--show' : '' }}"
|
|
style="background-color:{{ backgroundColor }}"
|
|
>
|
|
{{ text }}
|
|
</view>
|