From 3c9814dfe6d420783a3756ed787a2ae45c3656f0 Mon Sep 17 00:00:00 2001 From: wangjiahai <1556608@qq.com> Date: Wed, 22 Nov 2023 15:02:01 +0800 Subject: [PATCH] 1111 --- pages/card/card.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/card/card.vue b/pages/card/card.vue index 330ed9b..dd34a4f 100644 --- a/pages/card/card.vue +++ b/pages/card/card.vue @@ -62,9 +62,13 @@ queryList(pageNo, pageSize) { let _this = this _this.$api.cardList({ - 'customerSid': getApp().globalData.sid + "current": pageNo, + "size": pageSize, + "params": { + "customerSid": getApp().globalData.sid + } }).then((resp) => { - this.$refs.paging.complete(resp) + this.$refs.paging.complete(resp.records) }).catch(e => { _this.$refs.paging.complete(false); })