链接加载loading
This commit is contained in:
@@ -468,10 +468,9 @@ export default {
|
|||||||
(data, byte) => data + String.fromCharCode(byte), "")
|
(data, byte) => data + String.fromCharCode(byte), "")
|
||||||
)
|
)
|
||||||
item.icon = src
|
item.icon = src
|
||||||
})
|
}, setTimeout(()=>{
|
||||||
setTimeout(()=>{
|
|
||||||
this.Loading = false
|
this.Loading = false
|
||||||
},1200)
|
},1200))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.initSortable()
|
this.initSortable()
|
||||||
|
|||||||
@@ -466,10 +466,9 @@ export default {
|
|||||||
(data, byte) => data + String.fromCharCode(byte), "")
|
(data, byte) => data + String.fromCharCode(byte), "")
|
||||||
)
|
)
|
||||||
item.icon = src
|
item.icon = src
|
||||||
})
|
}, setTimeout(()=>{
|
||||||
setTimeout(()=>{
|
|
||||||
this.Loading = false
|
this.Loading = false
|
||||||
},1200)
|
},1200))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.initSortable()
|
this.initSortable()
|
||||||
|
|||||||
Reference in New Issue
Block a user