From 020c2a1b66d44842c44b09332caedff6c34b649e Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Sun, 22 Nov 2020 10:47:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B6=E9=83=A8=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E6=9B=B4=E6=96=B0=E7=9A=84=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_club_lottery.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jd_club_lottery.js b/jd_club_lottery.js index 25f8636b..eb40de77 100644 --- a/jd_club_lottery.js +++ b/jd_club_lottery.js @@ -2,7 +2,7 @@ * @Author: lxk0301 * @Date: 2020-11-03 20:35:07 * @Last Modified by: lxk0301 - * @Last Modified time: 2020-10-12 20:37:10 + * @Last Modified time: 2020-11-22 20:37:10 摇京豆(京东APP首页-领京豆-摇京豆) 更新时间:2020-10-12 Modified from https://github.com/Zero-S1/JD_tools/blob/master/JD_vvipclub.py @@ -181,6 +181,7 @@ function vvipclub_shaking_info() { data = JSON.parse(data); if (data.success) { $.leftShakingTimes = data.data.leftShakingTimes;//剩余抽奖次数 + console.log(`新版——摇奖次数${$.leftShakingTimes}`); } } } catch (e) {