Authored by 2586703@qq.com

先显示页面再截字bug

... ... @@ -37,6 +37,7 @@
<script src="//localhost:5000/dist/all-debug.js"></script>
<script type="text/javascript">
seajs.use(['jquery/1.8.3/jquery-debug','yohobuy-mobile/1.0.0/public/js/article-type-three-debug','yohobuy-mobile/1.0.0/public/js/detail-debug'], function($,article,detail) {
$(".detail-container").show();
if (article) {
article.init();
}
... ... @@ -45,7 +46,7 @@
detail.init();
}
$(".detail-container").show();
});
</script>
</html>
\ No newline at end of file
... ...