Commit 9ad4f522 authored by Tt's avatar Tt

修改样式报错

parent b905bcea
......@@ -65,10 +65,11 @@ export class ComponentBase {
* 储存音频数据
* @param e
*/
onAudioUploadSuccess(e, key, it = this.item) {
onAudioUploadSuccess(e, key, it = this.item, audioName?:string) {
let url = e.url;
it[key] = url;
it["audioName"] = e.name || "";
it[audioName] = e.audioName || "audioName";
console.log(JSON.stringify(e));
this.save();
}
......
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