upated 小细节调整

This commit is contained in:
PASSER-BY 2022-06-09 07:51:59 +08:00
parent 66e9088448
commit 09f94c0a15
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1871,7 +1871,7 @@
if(ids){ if(ids){
ids.forEach(function(id){ ids.forEach(function(id){
var temps = [id]; var temps = [id];
var sex = options.sex; var sex = data['sex'];
if(options.reverse){ if(options.reverse){
temps = reverseId(id,data['sex']); temps = reverseId(id,data['sex']);
if(id.match(/([fhs1](&[ol])?|[olx]b)$/)){ if(id.match(/([fhs1](&[ol])?|[olx]b)$/)){