diff --git a/SrcJu.js b/SrcJu.js index 053e7d1c..18a55786 100644 --- a/SrcJu.js +++ b/SrcJu.js @@ -271,6 +271,11 @@ function erji() { parse = source; } sourcedata2 = sourcedata[0]; + if(parse&&parse['公共']){ + publicSave(parse['公共']); + }else{ + publicSave(''); + } } } catch (e) { log(e.message);