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