Authored by xuqi

恢复开发代码结构

... ... @@ -8,11 +8,11 @@
{{> header}}
</head>
<body>
<div id="login-tip" class="login-tip">未登录</div>
<input id="is-login" type="hidden" value="{{isLogin}}">
<div id="container">
{{{body}}}
</div>
<div id="login-tip" class="login-tip">未登录</div>
<input id="is-login" type="hidden" value="{{isLogin}}">
</body>
{{> footer}}
</html>
\ No newline at end of file
... ...
<!--<script src="http://localhost:8000/public/js/ps.js"></script>-->
<script src="http://localhost:8000/public/js/ps.js"></script>
<script type="text/javascript">
seajs.use('public/js/ps', function(ps) {
if (ps) {
... ...
<!--<script src="http://localhost:8000/public/js/saunter.js"></script>-->
<script src="http://localhost:8000/public/js/saunter.js"></script>
<script type="text/javascript">
seajs.use('public/js/saunter', function(saunter) {
var u = navigator.userAgent;
... ...
<!--<script src="http://localhost:8000/public/js/tag.js"></script>-->
<script src="http://localhost:8000/public/js/tag.js"></script>
<script type="text/javascript">
seajs.use('public/js/tag', function(tag) {
if(tag) {
... ...
<!--<script src="http://localhost:8000/public/js/template.js"></script>-->
<script src="http://localhost:8000/public/js/template.js"></script>
<script type="text/javascript">
seajs.use('public/js/template', function(tpl) {
if (tpl) {
... ...
<!--<script src="http://localhost:8000/static/js/sea.js?nowrap"></script>
<script src="http://localhost:8000/static/js/sea.js?nowrap"></script>
<script>
seajs.config({
base: 'http://localhost:8000/'
})
</script>
<script src="http://localhost:8000/public/dist/libs-dev.js"></script>-->
<script src="http://cdn.yoho.cn/yohobuy-mobile/1.1.0/libs.js"></script>
<script src="http://cdn.yoho.cn/yohobuy-mobile/1.1.0/index.js"></script>
<script src="http://localhost:8000/public/dist/libs-dev.js"></script>
{{! 根据标识字段添加模块对应JS入口文件}}
{{# isSaunter}}
{{> footer_js/saunter}}
... ...
... ... @@ -17,4 +17,4 @@
doc.addEventListener('DOMContentLoaded', recalc, false);
})(document, window);
</script>
<link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy-mobile/1.1.0/index.css">
\ No newline at end of file
<link rel="stylesheet" href="../css/index.css">
\ No newline at end of file
... ...