flat: xiufu
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user