@@ -248,7 +248,9 @@ var activeApp = (function () {
utils.responsive('.aspect', 'scalc');
that.isLoading = false;
clearInterval(timer);
- $('img[data-original]').lazyload();
+ that.$nextTick(()=>{
+ $('img[data-original]').lazyload();
+ });
console.log('页面图片初始化完成...');
}
}, 500);
@@ -59,6 +59,7 @@ var showMoreMixin = function () {
this.countMap[key].action = !this.countMap[key].action;
setTimeout(function () {
});