Browse Source

去除错误提示

htc 1 tháng trước cách đây
mục cha
commit
5d2c40478b
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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)
-						})
 					}
 				})
 			},