From 83c2a71060ee9e6083db4bcbcdf6128748642cfa Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 05 Jul 2021 17:21:24 +0800
Subject: [PATCH] 注册

---
 App.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/App.vue b/App.vue
index d7878ee..1561492 100644
--- a/App.vue
+++ b/App.vue
@@ -27,8 +27,7 @@
 				}
 			}
 		},
-		watch: {
-		},
+		watch: {},
 		mounted() {},
 		onLaunch: function() { //初始化完成时触发(全局只触发一次)
 			if (WxStorage.get("init") == '') {
@@ -48,11 +47,13 @@
 </script>
 
 <style lang="scss">
+	@import 'smallwei/avue/lib/index.css';
 	@import url("/components/feng-parse/parse.css");
 	/*uview全局样式*/
 	@import "uview-ui/index.scss";
 	/*app全局样式*/
 	@import 'static/style/app.scss';
+
 	uni-page-wrapper {
 		width: 100%;
 		height: 100%;
@@ -62,5 +63,6 @@
 		width: 100%;
 		height: 100%;
 	}
+
 	/*每个页面公共css */
 </style>

--
Gitblit v1.9.3