优化超级品牌日 抽奖功能

This commit is contained in:
lxk0301
2021-04-19 10:57:26 +08:00
parent 952b022b75
commit 68fbbc8cdf

View File

@ -1114,7 +1114,7 @@ async function shakeSign() {
message += `\n京东会员签到:${beanNum}获得京豆`;
}
} else {
console.log(`京东会员第${$.currSignCursor}已签到`)
console.log(`京东会员第${$.currSignCursor}已签到`)
}
}
function pg_channel_page_data() {
@ -1150,7 +1150,7 @@ function pg_channel_page_data() {
$.currSignCursor = SIGN_ACT_INFO['floorData']['signActInfo']['currSignCursor'];
$.signStatus = SIGN_ACT_INFO['floorData']['signActInfo']['signActCycles'].filter(item => !!item && item['signCursor'] === $.currSignCursor)[0]['signStatus'];
}
console.log($.token, $.currSignCursor, $.signStatus)
// console.log($.token, $.currSignCursor, $.signStatus)
}
}
} catch (e) {