From 855144904f4e8035172d3b293d209f052dfe618b Mon Sep 17 00:00:00 2001
From: "GLUE-E540\\glue" <gluetop@163.com>
Date: Fri, 25 Jun 2021 18:27:12 +0800
Subject: [PATCH] =?UTF-8?q?#=20=E8=BF=99=E4=B8=AA=E5=8F=98=E9=87=8F?=
 =?UTF-8?q?=E4=BB=80=E4=B9=88=E6=97=B6=E5=80=99=E5=8F=98=E6=88=90=E6=B2=A1?=
 =?UTF-8?q?=E5=A3=B0=E6=98=8E=E5=95=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 play/assets/east-10/script/kind.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/play/assets/east-10/script/kind.js b/play/assets/east-10/script/kind.js
index 38e0613..adfcb4b 100644
--- a/play/assets/east-10/script/kind.js
+++ b/play/assets/east-10/script/kind.js
@@ -157,7 +157,7 @@ cc.Class({
         this.tips_pic_bg.scale = scale;
         this.tips_pic_bg.getComponent(cc.Widget).isAlignHorizontalCenter = true;
         let item, len = this.layout.childrenCount;
-        for(i = 0; i < len; i++){
+        for(let i = 0; i < len; i++){
             item = this.layout.children[i];
             item.width *= scale;
             item.height *= scale;
-- 
2.21.0