From 5a887acf1924950715086633d329db045223b5c4 Mon Sep 17 00:00:00 2001 From: liuwh <hugeinfo123> Date: Tue, 09 Jun 2020 14:47:27 +0800 Subject: [PATCH] test --- 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