|
@@ -39,6 +39,7 @@ const App = {
|
|
modelType: 1,
|
|
modelType: 1,
|
|
columnImage: '', //栏目图片
|
|
columnImage: '', //栏目图片
|
|
footerBoolean:false, //底部延时加载(解决页面闪烁)
|
|
footerBoolean:false, //底部延时加载(解决页面闪烁)
|
|
|
|
+ contentBoolean:false,//中间延时加载(优化banner图片加载慢的问题)
|
|
|
|
|
|
// 公共弹框
|
|
// 公共弹框
|
|
centerDialogVisible: false,
|
|
centerDialogVisible: false,
|
|
@@ -127,9 +128,12 @@ const App = {
|
|
this.loading = false;
|
|
this.loading = false;
|
|
this.handleColumnData()
|
|
this.handleColumnData()
|
|
}
|
|
}
|
|
|
|
+ setTimeout(function(){
|
|
|
|
+ _this.contentBoolean=true
|
|
|
|
+ },500)
|
|
setTimeout(function(){
|
|
setTimeout(function(){
|
|
_this.footerBoolean=true
|
|
_this.footerBoolean=true
|
|
- },1000)
|
|
|
|
|
|
+ },3000)
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|