From 513ed51e7ba9cb5dc46674ed3795b1f8d4ec215b Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Tue, 22 Dec 2020 14:50:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E8=84=9A=E6=9C=AC=E5=87=BA=E9=94=99=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_unbind.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_unbind.js b/jd_unbind.js index 273ffb9..fc7046b 100644 --- a/jd_unbind.js +++ b/jd_unbind.js @@ -128,7 +128,7 @@ function getCards() { try { data = JSON.parse(data); $.cardsTotalNum = data.result.cardList ? data.result.cardList.length : 0; - $.cardList = data.result.cardList + $.cardList = data.result.cardList || [] } catch (e) { $.logErr(e, resp); } finally {