Commit 2ba7ef77 authored by liujiaxin's avatar liujiaxin

jm 12

parent eb69f17c
......@@ -160,7 +160,7 @@ export class PlayComponent implements OnInit, OnDestroy {
// fixedWidth: '80%',
});
this.splide.on('ready', (e) => {
return
/*return
const qos = document.querySelectorAll('.q-qo');
console.log(qos);
qos.forEach((qo: HTMLElement) => {
......@@ -183,7 +183,7 @@ export class PlayComponent implements OnInit, OnDestroy {
const img = document.createElement('img');
img.src = w;
qo.replaceWith(img);
});
});*/
window['air'].hideAirClassLoading(this.saveKey, this.data);
});
......
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