http://lbs.amap.com/api/wx/guide/get-data/weather
https://blog.csdn.net/m0_38082783/article/details/79286451
myAmapFun.getWeather({
type:'live',
city:area_code,
success:function(data){
that.weather=data.weather.data+data.temperature.data+'℃';
//console.log(data);
},
fail:function(info){
//console.log(info);
}
})
