From 8d68b6a1dcdf5008fba6bdac5858d1085a0e63e7 Mon Sep 17 00:00:00 2001 From: liuwh <hugeinfo123> Date: Mon, 30 Mar 2020 23:14:04 +0800 Subject: [PATCH] 提交 --- SunshineLnsMinApp/templeteDist/wuxDist/animation-group/index.wxml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/SunshineLnsMinApp/templeteDist/wuxDist/animation-group/index.wxml b/SunshineLnsMinApp/templeteDist/wuxDist/animation-group/index.wxml new file mode 100644 index 0000000..707dce9 --- /dev/null +++ b/SunshineLnsMinApp/templeteDist/wuxDist/animation-group/index.wxml @@ -0,0 +1,3 @@ +<view class="wux-class {{ wrapCls }} {{ animateCss }}" bindtap="onTap" catchtouchmove="{{ disableScroll ? 'noop' : '' }}" bindtransitionend="onTransitionEnd" bindanimationend="onAnimationEnd" wx:if="{{ animateStatus !== 'unmounted' }}" style="{{ extStyle }}"> + <slot></slot> +</view> -- Gitblit v1.8.0