完善接口
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user