Showing
2 changed files
with
14 additions
and
13 deletions
@@ -27,16 +27,4 @@ | @@ -27,16 +27,4 @@ | ||
27 | var s = document.getElementsByTagName("script")[0]; | 27 | var s = document.getElementsByTagName("script")[0]; |
28 | s.parentNode.insertBefore(hm, s); | 28 | s.parentNode.insertBefore(hm, s); |
29 | })(); | 29 | })(); |
30 | -</script> | ||
31 | - | ||
32 | -<script type="text/javascript"> | ||
33 | - (function(w,d,s,j,f){ | ||
34 | - w['YohoAcquisitionObject']=f; | ||
35 | - w[f]=function(){w[f].p=arguments;}; | ||
36 | - var a=d.createElement(s); | ||
37 | - var m=d.getElementsByTagName(s)[0]; | ||
38 | - a.async=1; | ||
39 | - a.src=j; | ||
40 | - m.parentNode.insertBefore(a,m); | ||
41 | - })(window,document,'script','http://cdn.yoho.cn/yas-jssdk/1.0.8/yas.js','_yas'); | ||
42 | </script> | 30 | </script> |
@@ -20,7 +20,20 @@ | @@ -20,7 +20,20 @@ | ||
20 | <script>seajs.config({base: 'http://localhost:8000/'});</script> | 20 | <script>seajs.config({base: 'http://localhost:8000/'});</script> |
21 | {{/if}} | 21 | {{/if}} |
22 | 22 | ||
23 | -{{> layout/analysis}} | 23 | +<script type="text/javascript"> |
24 | + (function(w,d,s,j,f){ | ||
25 | + w['YohoAcquisitionObject']=f; | ||
26 | + w[f]=function(){w[f].p=arguments;}; | ||
27 | + var a=d.createElement(s); | ||
28 | + var m=d.getElementsByTagName(s)[0]; | ||
29 | + a.async=1; | ||
30 | + a.src=j; | ||
31 | + m.parentNode.insertBefore(a,m); | ||
32 | + })(window,document,'script','http://cdn.yoho.cn/yas-jssdk/1.0.8/yas.js','_yas'); | ||
33 | +</script> | ||
34 | + | ||
24 | {{> layout/use}} | 35 | {{> layout/use}} |
36 | + | ||
37 | +{{> layout/analysis}} | ||
25 | </body> | 38 | </body> |
26 | </html> | 39 | </html> |
-
Please register or login to post a comment