邓洁: 首屏面板的loading
This commit is contained in:
@@ -192,8 +192,10 @@ const getAirInfo = (now) => {
|
||||
windSpeed.value = item.value
|
||||
}
|
||||
})
|
||||
airArr.push(airArr.shift())
|
||||
airList.value = airArr
|
||||
if(airArr.length!==0){
|
||||
airArr.push(airArr.shift())
|
||||
airList.value = airArr
|
||||
}
|
||||
}
|
||||
const initChart = (type, values) => {
|
||||
//3.初始化container容器
|
||||
|
||||
Reference in New Issue
Block a user