Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
2016-01-27 14:29:23 +0800
Commit
ca46c58b49751c936fe080a2fca22976dd23bdc8
1 parent
c2a4338d
testdev
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
25 deletions
template/www.yohobuy.com/partials/layout/footer.phtml
template/www.yohobuy.com/partials/layout/footer.phtml
View file @
ca46c58
{
{>
layout/page-footer
}
}
{
{#if
rlsEnv
}
}
<script
src=
"http://cdn.yoho.cn/yohobuy/{{version}}/lib.js"
></script>
<script
src=
"http://cdn.yoho.cn/yohobuy/{{version}}/index.js"
></script>
{
{/if
}
}
{
{#if
preEnv
}
}
<script
src=
"http://cdn.yoho.cn/yohobuy/{{version}}/lib.js"
></script>
<script
src=
"http://cdn.yoho.cn/yohobuy/{{version}}/index-debug.js"
></script>
{
{/if
}
}
{
{#if
testEnv
}
}
<script
src=
"http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/lib.js"
></script>
<script
src=
"http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index-debug.js"
></script>
{
{/if
}
}
{
{#if
devEnv
}
}
<script
src=
"http://localhost:8001/static/js/sea.js?nowrap"
></script>
<script>
seajs.config(
{
base:
'http://localhost:8001/'
}
);
</script>
{
{/if
}
}
{
{>
layout/use
}
}
{
{>
layout/analysis
}
}
</body>
</html>
{
{>
layout/page-footer
}
}
{
{#if
rlsEnv
}
}
<script
src=
"http://cdn.yoho.cn/yohobuy/{{version}}/lib.js"
></script>
<script
src=
"http://cdn.yoho.cn/yohobuy/{{version}}/index.js"
></script>
{
{/if
}
}
{
{#if
preEnv
}
}
<script
src=
"http://cdn.yoho.cn/yohobuy/{{version}}/lib.js"
></script>
<script
src=
"http://cdn.yoho.cn/yohobuy/{{version}}/index-debug.js"
></script>
{
{/if
}
}
{
{#if
testEnv
}
}
<script
src=
"http://cdn.yoho.cn/yohobuy/{{version}}/lib.js"
></script>
<script
src=
"http://cdn.yoho.cn/yohobuy/{{version}}/index-debug.js"
></script>
{
{/if
}
}
{
{#if
devEnv
}
}
<script
src=
"http://localhost:8001/static/js/sea.js?nowrap"
></script>
<script>
seajs.config(
{
base:
'http://localhost:8001/'
}
);
</script>
{
{/if
}
}
{
{>
layout/use
}
}
{
{>
layout/analysis
}
}
</body>
</html>
...
...
Please
register
or
login
to post a comment