updated 页面调整

This commit is contained in:
PASSER-BY
2024-04-24 22:14:11 +08:00
parent 970094a88f
commit cc53b29d05
13 changed files with 145 additions and 106 deletions

View File

@@ -217,10 +217,10 @@ export function mergeSelector(param){
to,
sex:my_sex
} = getOptimal({
'from':from,
'to':to,
'sex':my_sex,
'optimal':param.optimal
from,
to,
sex:my_sex,
optimal:param.optimal
}));
}
}
@@ -228,8 +228,8 @@ export function mergeSelector(param){
to_rids.forEach(function(to_r){
let selector = (to_r?','+to_r:'')+(from?','+from:'');
result.push({
'selector':selector,
'sex':sex
selector,
sex
});
});
});