From 4dce135e0d5180e2391bf1984f61a355cdeda6c8 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Wed, 5 Jun 2024 21:23:07 +0800 Subject: [PATCH] flat: xiufu --- pages/my/Browsinghistory.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/my/Browsinghistory.vue b/pages/my/Browsinghistory.vue index e9d0749..bdfaa75 100644 --- a/pages/my/Browsinghistory.vue +++ b/pages/my/Browsinghistory.vue @@ -79,7 +79,11 @@ }, getData() { var status = Number(this.activeTab) + 1 - getMyInviteUserList(this.current, this.size, status).then(res => { + let params = { + current: this.current, + size: this.size, + } + getMyInviteUserList(params).then(res => { uni.stopPullDownRefresh(); console.log(res) if (this.current === 1) {