mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-16 21:02:42 +08:00
增加微信小程序版
This commit is contained in:
6
liferestartWX/utils/wux/toptips/index.wxml
Normal file
6
liferestartWX/utils/wux/toptips/index.wxml
Normal file
@@ -0,0 +1,6 @@
|
||||
<wux-animation-group wux-class="{{ classes.wrap }}" in="{{ in }}" classNames="{{ classNames }}">
|
||||
<view class="{{ classes.content }}">
|
||||
<icon wx:if="{{ icon && !hidden }}" class="{{ classes.icon }}" type="{{ icon }}" size="21" color="#fff" />
|
||||
<text>{{ text }}</text>
|
||||
</view>
|
||||
</wux-animation-group>
|
||||
Reference in New Issue
Block a user