代码提交
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user