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