Commit ffcc9f93 authored by chaiyajie's avatar chaiyajie

完成

parent 68f7a736
......@@ -82,7 +82,11 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
this.save();
}
onAudioUploadSuccessByItem(e, item, key) {
console.log(item);
item[key] = e.url;
this.save();
}
/**
* 储存数据
......
This diff is collapsed.
......@@ -3,6 +3,7 @@ const res = [
// ['bg', "assets/play/bg.jpg"],
['btn_left', "assets/play/btn_left.png"],
['btn_right', "assets/play/btn_right.png"],
['pause', "assets/play/pause.png"]
// ['text_bg', "assets/play/text_bg.png"],
];
......
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