完善接口

This commit is contained in:
wangxiaowei
2025-12-19 21:30:26 +08:00
parent 09c86fa8ca
commit efc0d6fbd2
10 changed files with 351 additions and 139 deletions

View File

@ -125,7 +125,6 @@
router.navigateTo(`/pages/search/search?keywords=${keywords.value}`)
},
/**
* 重置搜索
*/
@ -134,8 +133,10 @@
getMescroll().resetUpScroll()
},
// 切换tab
/**
* 切换tab
* @param e
*/
handleChangeTabs: (e: {index: number, name: string}) => {
tab.value = e.name
if (e.name === AdminOrderStatusText.Pending) {