Commit aa6ee4e7 authored by liujiangnan's avatar liujiangnan

feat: 隐藏加载页面

parent 6b365ec7
......@@ -54,18 +54,8 @@ export class PlayComponent implements OnInit {
getData((data) => {
if (data && typeof data === 'object') {
this.data = data;
// this.curItem = data;
// const count = _.size(_.get(data, 'options'));
// if (count > 0) {
// if (count <= 2) {
// this.optionCol = 12;
// } else if (count <= 6) {
// this.optionCol = 8;
// } else {
// this.optionCol = 6;
// }
// }
}
window["air"].hideAirClassLoading(this.saveKey, this.data);
}, this.saveKey);
}
......
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