Commit 6229dace authored by lx's avatar lx

no message

parent e9431a76
......@@ -10,7 +10,7 @@ import { JsonPipe } from '@angular/common';
export class FormComponent implements OnInit, OnChanges, OnDestroy {
// 储存数据用
saveKey = "test_001";
saveKey = "xl_demo";
// 储存对象
item;
......
......@@ -69,7 +69,7 @@ cc.Class({
getData(func) {
if (window && window.courseware) {
window.courseware.getData(func, 'scene');
window.courseware.getData(func, 'xl_demo');
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment