flat: xiufu

This commit is contained in:
Apcallover
2024-06-05 21:23:07 +08:00
parent 6abee3ffc8
commit 4dce135e0d

View File

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