我的团队接口增加参数
This commit is contained in:
parent
f9f33f7086
commit
3de0070cb6
|
|
@ -98,7 +98,8 @@
|
|||
getInviter() {
|
||||
let data = {
|
||||
page: this.page,
|
||||
limit: this.limit
|
||||
limit: this.limit,
|
||||
userType:1
|
||||
}
|
||||
this.$u.api.inviter(data).then(res => {
|
||||
if (res.code == 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue