【fix】优化代码
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
import Header from '@/components/Header/index.vue'
|
||||
import { useScroll } from "@/hooks/useScroll";
|
||||
import { useJump } from "@/hooks/useJump";
|
||||
import { useMainStore } from "@/store/store";
|
||||
import { useMainStore } from "@/store/modules/useMainStore";
|
||||
import { storeToRefs } from "pinia";
|
||||
import { usePaging } from "@/hooks/usePaging";
|
||||
import { pageUserBill } from "@/api/account/balance";
|
||||
@ -34,7 +34,7 @@ onLoad(() => {
|
||||
otherParams.value.category = 'now_money'
|
||||
})
|
||||
|
||||
onShow(()=>{
|
||||
onShow(() => {
|
||||
refreshPage()
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user