修改
This commit is contained in:
		@@ -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);
 | 
			
		||||
         })
 | 
			
		||||
       })
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user