Browse Source

去除错误提示

htc 1 month ago
parent
commit
5d2c40478b
1 changed files with 0 additions and 6 deletions
  1. 0 6
      pagesHome/index.vue

+ 0 - 6
pagesHome/index.vue

@@ -96,12 +96,6 @@
 				myAmapFun.getWeather({
 					success:res=>{
 						this.weatherInfo = res.liveData;
-					},
-					fail:err=>{
-						uni.showModal({
-							title:'天气',
-							content:JSON.stringify(err)
-						})
 					}
 				})
 			},