修改
This commit is contained in:
parent
8a5b0f2857
commit
b28018a7a2
@ -95,7 +95,7 @@ export default {
|
||||
console.log(data)
|
||||
this.weather = data.lives[0].weather + ' '+ data.lives[0].temperature + '℃'
|
||||
}).catch((err) => {
|
||||
this.weather = '晴 25摄氏度'
|
||||
this.weather = '晴 25℃'
|
||||
console.log(err);
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user