This commit is contained in:
lxk0301
2021-04-16 12:39:42 +08:00
parent 4fd338a82e
commit 27dbcf1775

View File

@@ -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)}`);