mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-16 04:42:42 +08:00
增加微信小程序版
This commit is contained in:
7
liferestartWX/utils/wux/loading/index.wxml
Normal file
7
liferestartWX/utils/wux/loading/index.wxml
Normal file
@@ -0,0 +1,7 @@
|
||||
<wux-backdrop id="wux-backdrop" transparent="{{ transparent }}" wx:if="{{ mask }}" />
|
||||
<wux-animation-group wux-class="{{ classes.wrap }}" in="{{ in }}" classNames="{{ classNames }}">
|
||||
<view class="{{ classes.content }}">
|
||||
<view class="{{ classes.icon }}"></view>
|
||||
<view class="{{ classes.text }}">{{ text }}</view>
|
||||
</view>
|
||||
</wux-animation-group>
|
||||
Reference in New Issue
Block a user