fix bug
This commit is contained in:
@@ -83,8 +83,8 @@ async function jdUnbind() {
|
|||||||
async function unsubscribeCards() {
|
async function unsubscribeCards() {
|
||||||
let count = 0
|
let count = 0
|
||||||
for (let item of $.cardList) {
|
for (let item of $.cardList) {
|
||||||
if (count === cardPageSize){
|
if (count === cardPageSize * 1){
|
||||||
console.log(`已达到设定数量`)
|
console.log(`已达到设定数量:${cardPageSize * 1}`)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
if (stopCards && (item.brandName && stopCards.includes(item.brandName))) {
|
if (stopCards && (item.brandName && stopCards.includes(item.brandName))) {
|
||||||
|
Reference in New Issue
Block a user