2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-23 03:20:52 +08:00

补充第一个页码显示

This commit is contained in:
Ctrlcvs 2022-08-04 09:40:38 +08:00 committed by leiyilu
parent 972d78f042
commit 16f71e6c77

View File

@ -407,7 +407,7 @@ export async function Note_appoint(e) {
if(Object.keys(mstList).length==80){ if(Object.keys(mstList).length==80){
break; break;
} }
if(index<xxmsg){ if(index<xxmsg&&index!=0){
continue; continue;
} }
msg_pass.push(item) msg_pass.push(item)