This commit is contained in:
lxk0301
2020-12-22 17:33:40 +08:00
parent ac396fb429
commit eae049c12f

View File

@@ -83,8 +83,8 @@ async function jdUnbind() {
async function unsubscribeCards() {
let count = 0
for (let item of $.cardList) {
if (count === cardPageSize){
console.log(`已达到设定数量`)
if (count === cardPageSize * 1){
console.log(`已达到设定数量:${cardPageSize * 1}`)
break
}
if (stopCards && (item.brandName && stopCards.includes(item.brandName))) {