Browse Source

明细不能分页问题

yinxiangke 3 tuần trước cách đây
mục cha
commit
8bea8514d5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/Personal/Wallet.vue

+ 1 - 1
src/pages/Personal/Wallet.vue

@@ -467,7 +467,7 @@ const getList = async () => {
 
 const handlePageChange = (newPage: number) => {
   // list.value = []
-  form.value.pageNum = page;
+  form.value.pageNum = newPage;
   getList()
 }
 // 获取用户信息