From f8030d53d42b36c679479149b4c0cabb5211e0be Mon Sep 17 00:00:00 2001 From: mj&sz <307336854@qq.com> Date: Wed, 20 May 2020 16:23:45 +0800 Subject: [PATCH] =?UTF-8?q?update=20app/view/dorawhite/users/userAddConten?= =?UTF-8?q?t.html.=20=E5=8A=A0=E4=B8=80=E4=B8=AA=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=20=E5=BD=93=E9=80=89=E6=9D=A5=E9=80=89=E5=8E=BB?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99currentCate=E7=9A=84=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E4=B8=80=E7=9B=B4=E5=9C=A8=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/view/dorawhite/users/userAddContent.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/dorawhite/users/userAddContent.html b/app/view/dorawhite/users/userAddContent.html index 8afe698..2ffee69 100755 --- a/app/view/dorawhite/users/userAddContent.html +++ b/app/view/dorawhite/users/userAddContent.html @@ -131,6 +131,7 @@ } function selectCateOnChange(obj) { + currentCate = []; currentCate.push(obj.value); if (obj.value) { fillChildCateOptions(obj.value); -- Gitee