调试接口

This commit is contained in:
wangxiaowei
2025-12-25 00:05:32 +08:00
parent b71687e898
commit 434fc0f041
13 changed files with 89 additions and 24 deletions

View File

@ -92,8 +92,16 @@
})
onLoad(() => {
uni.$on('refreshOrderList', () => {
list.value = []
getMescroll().resetUpScroll()
})
})
onUnload(() => {
uni.$off('refreshOrderList')
})
const Reserve = {
// 上拉加载的回调: 其中num:当前页 从1开始, size:每页数据条数,默认10
upCallback: (mescroll) => {