提交修改

This commit is contained in:
edy
2026-07-13 14:59:06 +08:00
parent 13f38a8b77
commit 9242d059ca
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -387,7 +387,7 @@
bool have_refresh_numbres=false;
for(NSUInteger j=0;j<dark_url_array.count;j++){
if(([dark_url_array[j][4] intValue]==(i+1))&&([dark_url_array[j][4] intValue]>0)){
if(([dark_url_array[j][4] intValue]==(i+1))&&([dark_url_array[j][2] intValue]>0)){
have_refresh_numbres=true;
break;
}