Showing
1 changed file
with
2 additions
and
1 deletions
@@ -37,6 +37,7 @@ | @@ -37,6 +37,7 @@ | ||
37 | <script src="//localhost:5000/dist/all-debug.js"></script> | 37 | <script src="//localhost:5000/dist/all-debug.js"></script> |
38 | <script type="text/javascript"> | 38 | <script type="text/javascript"> |
39 | 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) { | 39 | 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) { |
40 | + $(".detail-container").show(); | ||
40 | if (article) { | 41 | if (article) { |
41 | article.init(); | 42 | article.init(); |
42 | } | 43 | } |
@@ -45,7 +46,7 @@ | @@ -45,7 +46,7 @@ | ||
45 | detail.init(); | 46 | detail.init(); |
46 | } | 47 | } |
47 | 48 | ||
48 | - $(".detail-container").show(); | 49 | + |
49 | }); | 50 | }); |
50 | </script> | 51 | </script> |
51 | </html> | 52 | </html> |
-
Please register or login to post a comment