flat: xiufu
This commit is contained in:
@@ -79,7 +79,11 @@
|
|||||||
},
|
},
|
||||||
getData() {
|
getData() {
|
||||||
var status = Number(this.activeTab) + 1
|
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();
|
uni.stopPullDownRefresh();
|
||||||
console.log(res)
|
console.log(res)
|
||||||
if (this.current === 1) {
|
if (this.current === 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user