From c183125255e043245c4c5eef8f0e154ec96c2b43 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Fri, 23 Apr 2021 09:20:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_club_lottery.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jd_club_lottery.js b/jd_club_lottery.js index 9936edf6..391296ff 100644 --- a/jd_club_lottery.js +++ b/jd_club_lottery.js @@ -2,7 +2,7 @@ * @Author: LXK9301 * @Date: 2020-11-03 20:35:07 * @Last Modified by: LXK9301 -* @Last Modified time: 2021-4-20 13:27:09 +* @Last Modified time: 2021-4-23 13:27:09 */ /* 活动入口:京东APP首页-领京豆-摇京豆/京东APP首页-我的-京东会员-摇京豆 @@ -478,8 +478,8 @@ function welcomeHome() { if (shakeFloorNew) { const jump = shakeFloorNew['jump']; if (jump && jump.params && jump['params']['url']) { - // superShakeBeanConfig['superShakeUlr'] = jump.params.url; - // console.log(`【超级摇一摇】活动链接:${superShakeBeanConfig['superShakeUlr']}`); + $.superShakeUrl = "jump.params.url" + console.log(`【超级摇一摇】活动链接:${jump.params.url}`); } } if (shakeFloorNew && shakeFloorNew2) { @@ -517,7 +517,7 @@ function superBrandMainPage() { if (data['data']['bizCode'] === '0') { //superShakeBeanConfig['superShakeUlr'] = jump.params.url; //console.log(`【超级摇一摇】活动链接:${superShakeBeanConfig['superShakeUlr']}`); - + superShakeBeanConfig['superShakeUlr'] = $.superShakeUrl; $.activityId = data['data']['result']['activityBaseInfo']['activityId']; $.encryptProjectId = data['data']['result']['activityBaseInfo']['encryptProjectId']; $.activityName = data['data']['result']['activityBaseInfo']['activityName'];