no message
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -92,7 +92,7 @@ const weatherObj = ref({ | ... | @@ -92,7 +92,7 @@ const weatherObj = ref({ |
| 92 | forecast:[] | 92 | forecast:[] |
| 93 | }) | 93 | }) |
| 94 | const weatherdialog = ref(false) | 94 | const weatherdialog = ref(false) |
| 95 | init() | 95 | // init() |
| 96 | function init(){ | 96 | function init(){ |
| 97 | getWeather().then(res=>{ | 97 | getWeather().then(res=>{ |
| 98 | weatherObj.value = JSON.parse(res.data).data | 98 | weatherObj.value = JSON.parse(res.data).data | ... | ... |
-
Please register or sign in to post a comment