projects/mescc/zhp #15

Merged
juzi merged 3 commits from projects/mescc/zhp into projects/mescc/develop 2024-05-11 16:47:53 +08:00
Showing only changes of commit b28018a7a2 - Show all commits

View File

@ -95,7 +95,7 @@ export default {
console.log(data) console.log(data)
this.weather = data.lives[0].weather + ' '+ data.lives[0].temperature + '℃' this.weather = data.lives[0].weather + ' '+ data.lives[0].temperature + '℃'
}).catch((err) => { }).catch((err) => {
this.weather = '晴 25摄氏度' this.weather = '晴 25'
console.log(err); console.log(err);
}) })
}) })