From 2bcd556961208b80af1cb157633c594faab1eca2 Mon Sep 17 00:00:00 2001 From: liuwh <liuwh@hugeinfo.com.cn> Date: Mon, 24 Feb 2020 00:11:18 +0800 Subject: [PATCH] 小程序代码 --- SunshineLnsMinApp/templeteDist/wuxDist/toptips/index.wxml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/SunshineLnsMinApp/templeteDist/wuxDist/toptips/index.wxml b/SunshineLnsMinApp/templeteDist/wuxDist/toptips/index.wxml index 3cf0a58..e217cd8 100644 --- a/SunshineLnsMinApp/templeteDist/wuxDist/toptips/index.wxml +++ b/SunshineLnsMinApp/templeteDist/wuxDist/toptips/index.wxml @@ -1,6 +1,6 @@ -<wux-animation-group wux-class="{{ classes.wrap }}" in="{{ in }}" classNames="{{ classNames }}" style="top: {{top}}px"> - <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> \ No newline at end of file +<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> -- Gitblit v1.8.0