onLoad() {
uni.request({
url: 'http://wthrcdn.etouch.cn/weather_mini?city=广州',
method: 'GET',
success: res => {
console.log(res.data.data.wendu);
this.cylinderEmpty.temperature = Math.round(res.data.data.wendu);
},
fail: () => {
this.openmsg("警告","天气接口获取失败")
},
complete: () => {}
});
},
欢迎光临 精易论坛 (https://125.confly.eu.org/) | Powered by Discuz! X3.4 |