From ab9bc98c6f9ab820f7f4f343b524f7b8310ef272 Mon Sep 17 00:00:00 2001 From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com> Date: Mon, 17 Feb 2020 10:30:42 +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