mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
优化
This commit is contained in:
parent
4fd338a82e
commit
27dbcf1775
@ -504,6 +504,7 @@ function superBrandMainPage() {
|
||||
$.encryptProjectId = data['data']['result']['activityBaseInfo']['encryptProjectId'];
|
||||
$.activityName = data['data']['result']['activityBaseInfo']['activityName'];
|
||||
$.userStarNum = Number(data['data']['result']['activityUserInfo']['userStarNum']) || 0;
|
||||
superShakeBeanConfig['superShakeTitle'] = $.activityName;
|
||||
console.log(`${$.activityName} 当前共有积分:${$.userStarNum},可抽奖:${parseInt($.userStarNum / 100)}次(最多4次摇奖机会)\n`);
|
||||
} else {
|
||||
console.log(`获取超级摇一摇信息异常:${JSON.stringify(data)}`);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user