aaa
This commit is contained in:
parent
0679a78570
commit
1823955f5c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user