From 0d824453694b5d080b7a329ebfe6ce8d99092b42 Mon Sep 17 00:00:00 2001
From: liuwh <liuwh@hugeinfo.com.cn>
Date: Tue, 10 Mar 2020 17:25:31 +0800
Subject: [PATCH] 2
---
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