This commit is contained in:
lealife
2017-03-07 13:38:04 +08:00
parent 41f95cf0e5
commit 721e375d76
74 changed files with 15806 additions and 353 deletions

View File

@@ -70,6 +70,7 @@ if (parent && parent.LEAUI_MIND) {
var json = parent.LEAUI_MIND.json;
if (json) {
try {
json = json.replace(/Ж/g, "'");
var json = JSON.parse(json);
km.importJson(json);
} catch(e) {console.log(e)};