Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
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
Plain Diff
Browse Files
Authored by
毕凯
2016-09-02 18:26:18 +0800
Commit
a325e524f503d3894a842bffec055e185d465959
2 parents
acf2f66d
d47a6713
Merge branch 'master' of git.yoho.cn:fe/YOHOBUYWAP
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
4 deletions
template/m.yohobuy.com/actions/product/index/shop.phtml
template/m.yohobuy.com/partials/layout/footer_shop.phtml
template/m.yohobuy.com/partials/layout/main_header_shop.phtml
template/m.yohobuy.com/actions/product/index/shop.phtml
View file @
a325e52
...
...
@@ -220,4 +220,4 @@
{
{>
filter
}
}
{
{/
shopIndex
}
}
{
{>
product/query-param
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
{
{>
layout/footer_shop
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/partials/layout/footer_shop.phtml
0 → 100644
View file @
a325e52
{
{>
layout/page_footer
}
}
{
{>
layout/download_app
}
}
{
{#if
hasWxShare
}
}
<script
type=
"text/javascript"
charset=
"utf-8"
src=
"//res.wx.qq.com/open/js/jweixin-1.0.0.js"
></script>
{
{/if
}
}
{
{#if
rlsEnv
}
}
<script
src=
"//cdn.yoho.cn/myohobuy/4.9.11.shop/lib.js"
></script>
<script
src=
"//cdn.yoho.cn/myohobuy/4.9.11.shop/index.js"
></script>
{
{/if
}
}
{
{#if
preEnv
}
}
<script
src=
"//cdn.yoho.cn/myohobuy/4.9.11.shop/lib.js?v={{version}}"
></script>
<script
src=
"//cdn.yoho.cn/myohobuy/4.9.11.shop/index.js?v={{version}}"
></script>
{
{/if
}
}
{
{#if
testEnv
}
}
<script
src=
"//cdn.yoho.cn/myohobuy/4.9.11.shop/lib.js?v={{version}}"
></script>
<script
src=
"//cdn.yoho.cn/myohobuy/4.9.11.shop/index-debug.js?v={{version}}"
></script>
{
{/if
}
}
{
{#if
devEnv
}
}
<script
src=
"//127.0.0.1:8000/static/js/sea.js?nowrap"
></script>
<script>seajs.config(
{
base:
'//127.0.0.1:8000/'
}
);</script>
{
{/if
}
}
{
{>
layout/use
}
}
{
{>
layout/analysis
}
}
</body>
</html>
...
...
template/m.yohobuy.com/partials/layout/main_header_shop.phtml
View file @
a325e52
...
...
@@ -27,13 +27,13 @@
<link
rel=
"dns-prefetch"
href=
"//img12.static.yhbimg.com"
>
<link
rel=
"dns-prefetch"
href=
"//img13.static.yhbimg.com"
>
{{#if rlsEnv}}
<link
rel=
"stylesheet"
href=
"//cdn.yoho.cn/myohobuy/
{{version}}
.shop/index.css"
>
<link
rel=
"stylesheet"
href=
"//cdn.yoho.cn/myohobuy/
4.9.11
.shop/index.css"
>
{{/if}}
{{#if preEnv}}
<link
rel=
"stylesheet"
href=
"//cdn.yoho.cn/myohobuy/
{{version}}
.shop/index.css"
>
<link
rel=
"stylesheet"
href=
"//cdn.yoho.cn/myohobuy/
4.9.11
.shop/index.css"
>
{{/if}}
{{#if testEnv}}
<link
rel=
"stylesheet"
href=
"//cdn.yoho.cn/myohobuy/
{{version}}
.shop/index.css"
>
<link
rel=
"stylesheet"
href=
"//cdn.yoho.cn/myohobuy/
4.9.11
.shop/index.css"
>
{{/if}}
{{#if devEnv}}
<link
rel=
"stylesheet"
href=
"//static.dev.yohobuy.com/css/index.css"
>
...
...
Please
register
or
login
to post a comment