Explorar el Código

去除错误提示

htc hace 1 mes
padre
commit
5d2c40478b
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  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)
-						})
 					}
 				})
 			},