Authored by xuqi

new footer seajs use

... ... @@ -4,7 +4,7 @@
seajs.config({
base: 'http://172.16.6.248:8000'
});
seajs.use('js/{{modulePath}}');
</script>
{{> layout/use}}
</body>
</html>
\ No newline at end of file
... ...
... ... @@ -23,7 +23,7 @@
}());
})(document, window);
</script>
<link rel="stylesheet" href="http://172.16.6.248:8088/css/index.css">
<link rel="stylesheet" href="http://static.dev.yohobuy.com:801/css/index.css">
</head>
<body {{#if isPassportPage}}class=passport-body{{/if}}>
{{> layout/page_header}}
\ No newline at end of file
... ...
{{#if psList}}
<script>
seajs.use('js/guang/plus-star/list');
</script>
{{else if psDetail}}
<script>
seajs.use('js/guang/plus-star/detail');
</script>
{{/if}}
\ No newline at end of file
... ...