This commit is contained in:
duanliang
2025-04-29 23:53:41 +08:00
parent 3c512c9c34
commit 98afb9398a

View File

@@ -50,7 +50,8 @@
condShow.value = 1 condShow.value = 1
} }
if (val.length > 0) { if (val.length > 0) {
newList.value = val console.log(val,'vvvvvvvvvvvvv')
newList.value = val.reverse()
condShow.value = 2 condShow.value = 2
setTimeout(() => { setTimeout(() => {
if(params.value){ if(params.value){