|
@@ -201,7 +201,6 @@ export default {
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
},
|
|
|
//商邀费用信息绑定
|
|
|
InvitationOfficialActivities() {
|
|
@@ -218,6 +217,8 @@ export default {
|
|
|
inviter: that.inviter,
|
|
|
startInviteTime: that.startInviteTime,
|
|
|
endInviteTime: that.endInviteTime,
|
|
|
+ pageIndex: 0,
|
|
|
+ pageSize: 0
|
|
|
}
|
|
|
}).then(function (res) {
|
|
|
if (res.data.code == 200) {
|