精易论坛

标题: uniapp 获取实时天气 [打印本页]

作者: 明日之后    时间: 2021-11-1 15:39
标题: uniapp 获取实时天气
[JavaScript] 纯文本查看 复制代码
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: () => {}
                });
        },


作者: zzzyf    时间: 2021-11-8 00:30
#在这里快速回复#回复




欢迎光临 精易论坛 (https://125.confly.eu.org/) Powered by Discuz! X3.4