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) {