120584ab by 杨炀

no message

1 parent dab5de01
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!