From e7e9f3d7e83a7eb4ced6166b29f1f5cd8d0a3e19 Mon Sep 17 00:00:00 2001
From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com>
Date: Thu, 20 Feb 2020 09:07:53 +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