twt 3 years ago
parent
commit
18656ef05a
2 changed files with 3 additions and 3 deletions
  1. 1 1
      App.vue
  2. 2 2
      pages/pc/index.vue

+ 1 - 1
App.vue

@@ -14,6 +14,6 @@
 
 <style>
 	/*每个页面公共css */
-	@import url("/components/gaoyia-parse/parse.css");
+	
 
 </style>

+ 2 - 2
pages/pc/index.vue

@@ -110,8 +110,8 @@
 			},
 			gotoTop(){
 				uni.pageScrollTo({ 
-				      scrollTop: 0, duration: 300 
-				    }); 
+				   scrollTop: 0, duration: 300 
+				}); 
 			},
 			
 			swpBtnRight(){