Commit eddd32d8 authored by linxin's avatar linxin

add

parent c099afa9
...@@ -525,10 +525,8 @@ export default { ...@@ -525,10 +525,8 @@ export default {
listTemp.forEach((item, index) => { listTemp.forEach((item, index) => {
vm.load_picture(item.check_id, index, item.cdd_item) vm.load_picture(item.check_id, index, item.cdd_item)
if (index === listTemp.length - 1) { if (index === listTemp.length - 1) {
debugger
vm.hlsPopup.hideLoading() vm.hlsPopup.hideLoading()
} }
console.log(index, listTemp.length - 1)
}) })
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment