fix the omission in the previous version.

This commit is contained in:
NobyDa 2020-10-17 00:04:23 +08:00
parent 3271b3fc93
commit 7668a61ad6
1 changed files with 2 additions and 2 deletions

View File

@ -843,7 +843,7 @@ function JDUserSignPre2(s, key, title, acData) {
} else {
const act = data.match(/\"params\":\"\{\\\"enActK.+?\\\"\}\"/)
const turnTable = data.match(/\"turnTableId\":\"(\d+)\"/)
const page = data.match(/\"paginationFlrs\":\"\[\[.+?\]\]\"/)
const page = data.match(/\"paginationFlrs\":\"(\[\[.+?\]\])\"/)
if (act) { // 含有签到活动数据
return resolve(act)
} else if (turnTable) { // 无签到数据, 但含有关注店铺签到
@ -859,7 +859,7 @@ function JDUserSignPre2(s, key, title, acData) {
const boxds = $nobyda.read("JD_Retry_disable") === "false" ? false : true
if (boxds) {
console.log(`\n${title}二次查询`)
return resolve(page[0])
return resolve(page[1])
} else {
merge[key].notify = `${title}: 失败, 请尝试开启增强 ⚠️`
merge[key].fail = 1