代码提交

This commit is contained in:
黄少君
2023-11-22 18:55:55 +08:00
parent c3e62f8922
commit 68b3f2dcc3
46 changed files with 1021 additions and 763 deletions

View File

@ -6,7 +6,7 @@
<uv-navbar
:fixed="false"
:title="title"
@leftClick="goBack"
@leftClick="goUser"
/>
<uv-tabs
:list="navList"
@ -65,7 +65,7 @@ import { useScroll } from "@/hooks/useScroll";
const {scrollTop} = useScroll()
const {type, refresh, dataList, loadend, loading, listEmpty} = usePage(orderList)
const {getParams, goBack, push} = useRouter()
const {getParams, pushToTab, push} = useRouter()
const actionType = ref(0)
@ -122,6 +122,9 @@ function paySuccess() {
push({url: '/pages/payStatus/index'}, {})
}
function goUser() {
pushToTab({url: '/pages/user/user'}, {})
}
onLoad((options) => {
const params = getParams(options)