提交 00d1f53a 编写于 作者: guangjun.yang's avatar guangjun.yang

动画问题

上级 598842d9
...@@ -128,7 +128,7 @@ export default { ...@@ -128,7 +128,7 @@ export default {
setTimeout(() => { setTimeout(() => {
this.showLoading = false; this.showLoading = false;
this.initSwiper(); this.initSwiper();
}, 2000); }, 100);
}); });
} else { } else {
this.$toast(res.message); this.$toast(res.message);
...@@ -189,10 +189,10 @@ export default { ...@@ -189,10 +189,10 @@ export default {
let activeIndex = se.activeIndex; let activeIndex = se.activeIndex;
swiperAnimate(this); swiperAnimate(this);
console.log("---2323", se); console.log("---2323", se);
if (activeIndex == 1) { // if (activeIndex == 1) {
document.getElementById("detail-content").className = // document.getElementById("detail-content").className =
"shareanimate"; // "shareanimate";
} // }
} }
} }
}); });
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册