Showing
1 changed file
with
2 additions
and
2 deletions
@@ -31,8 +31,8 @@ | @@ -31,8 +31,8 @@ | ||
31 | {{/if}} | 31 | {{/if}} |
32 | {{#if guangEzine}} | 32 | {{#if guangEzine}} |
33 | <script> | 33 | <script> |
34 | - seajs.use('js/guang/detail', function(detail) { | ||
35 | - detail.init(true); | 34 | + seajs.use('js/guang/detail', function(d) { |
35 | + d.i(false); | ||
36 | }); | 36 | }); |
37 | </script> | 37 | </script> |
38 | {{/if}} | 38 | {{/if}} |
-
Please register or login to post a comment