Commit 2ba7ef77 authored by liujiaxin's avatar liujiaxin

jm 12

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