From 684bdc5d6503447c603b6cf7e0e9c5158304feb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Wed, 24 Jul 2019 00:26:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E8=83=BD=E5=AD=98=E5=9C=A8=E7=9A=84bu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/script.js b/script.js index c31d74ae..22ed0f8a 100644 --- a/script.js +++ b/script.js @@ -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];