From 452ed026128eaf56bab1113db98fa3e895724822 Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 27 Feb 2019 18:48:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E5=87=BA=E7=99=BB=E5=BD=95=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E6=81=A2=E5=A4=8D=E6=8B=BC=E5=9B=BE=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scripts/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/scripts/main.js b/assets/scripts/main.js index 0b40306..19d3af2 100644 --- a/assets/scripts/main.js +++ b/assets/scripts/main.js @@ -223,6 +223,7 @@ cc.Class({ .then(rep => { if (rep.errcode === 0) { self.mainScrollContent.getComponent('scrollContent').toggleLoginStatus(false); + self.mainScrollContent.getComponent('scrollContent').updatePuzzle([0,0,0,0,0,0,0,0,0]); } }) .catch(err => {