This commit is contained in:
3321822538@qq.com 2024-06-06 21:47:48 +08:00
parent 0679a78570
commit 1823955f5c

View File

@ -591,7 +591,6 @@
} else {
that.listData.push(newData);
}
// uni.hideLoading()
})
setTimeout(() => {
setTimeout(() => {
@ -601,14 +600,15 @@
.id);
if (existingItem) {
//
const index = that.listData.indexOf(existingItem);
that.listData.splice(index, 1, newData);
const index = that.listData.indexOf(existingItem)
that.listData.splice(index, 1, newData)
uni.hideLoading()
} else {
that.listData.push(newData);
}
})
}, 500)
uni.hideLoading()
// uni.hideLoading()
}, 6000)
})
@ -1118,7 +1118,7 @@
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
// height: 100vh;
}
.font_2 {