Browse Source

可能存在的bug

tags/v2.0
枫谷剑仙 6 years ago
parent
commit
684bdc5d65
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      script.js

+ 1
- 4
script.js View File

@@ -7,10 +7,7 @@ var Member = function(){
Member.prototype.outObj = function(){
var m = this;
var obj = [
m.id,
m.level,
m.awoken,
m.plus,
m.id
];
if (m.level) obj.push[m.level];
if (m.awoken) obj.push[m.awoken];


Loading…
Cancel
Save