Explorar el Código

wesmiler 更新第5期更新代码合并

wesmiler hace 4 años
padre
commit
a20e435cf7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/themes/default/weixin/public/assets/js/reg.js

+ 1 - 1
public/themes/default/weixin/public/assets/js/reg.js

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