|
@@ -45,7 +45,7 @@ var app = new Vue({
|
|
|
var inviteId = getParam('sid');
|
|
var inviteId = getParam('sid');
|
|
|
var type = getParam('type');
|
|
var type = getParam('type');
|
|
|
inviteId = typeof (inviteId) != 'undefined'? inviteId : 0;
|
|
inviteId = typeof (inviteId) != 'undefined'? inviteId : 0;
|
|
|
- params.type = typeof (type) != 'undefined'? type : 0;
|
|
|
|
|
|
|
+ this.params.type = typeof (type) != 'undefined'? type : 0;
|
|
|
if(inviteId){
|
|
if(inviteId){
|
|
|
this.inviteId = inviteId;
|
|
this.inviteId = inviteId;
|
|
|
this.getInviteInfo(inviteId)
|
|
this.getInviteInfo(inviteId)
|