提交 80535872 authored 作者: 钟是志's avatar 钟是志

映射字段

上级 737edf5a
...@@ -191,7 +191,7 @@ export async function giveBase16EnCode(datas, url) { // 全局加解密函数. ...@@ -191,7 +191,7 @@ export async function giveBase16EnCode(datas, url) { // 全局加解密函数.
datas.isBase = true; datas.isBase = true;
for(let oldKey in item.yinShe){ for(let oldKey in item.yinShe){
let newKey = item.yinShe[oldKey]; let newKey = item.yinShe[oldKey];
if(datas[oldKey]){ if(typeof datas[oldKey] !== 'undefined'){
datas[newKey] = datas[oldKey]; datas[newKey] = datas[oldKey];
delete datas[oldKey]; delete datas[oldKey];
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论