Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
Rock Zhang
2016-03-04 14:42:16 +0800
Commit
1d0b5bc08484dec1aec38c6115770f5770af95c0
2 parents
b7ca8cde
196aa012
Merge branch 'develop/wap' of git.dev.yoho.cn:web/yohobuy into develop/wap
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
13 deletions
static/sass/home/_index.css
template/m.yohobuy.com/partials/home/content.phtml
template/m.yohobuy.com/partials/layout/use.phtml
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Xinshili.php
static/sass/home/_index.css
View file @
1d0b5bc
...
...
@@ -17,7 +17,6 @@
@import
"hot-category"
;
@import
"home-header"
;
@import
"thumb-row"
;
@import
"fresh-only"
;
.mobile-container
{
width
:
100%
;
...
...
template/m.yohobuy.com/partials/home/content.phtml
View file @
1d0b5bc
...
...
@@ -39,10 +39,6 @@
{
{#
goodsCategory
}
}
{
{>
home/goods_category
}
}
{
{/
goodsCategory
}
}
{
{!
新人专享
}
}
{
{#
freshOnly
}
}
{
{>
home/fresh_only
}
}
{
{/
freshOnly
}
}
{
{!
新入住品牌/品味生活/创意生活
}
}
{
{#
creativeLife
}
}
{
{>
home/creative_life
}
}
...
...
template/m.yohobuy.com/partials/layout/use.phtml
View file @
1d0b5bc
...
...
@@ -341,9 +341,3 @@
</script>
{{/if}}
{{#if freshListPage}}
<script>
seajs.use('js/home/fresh-list');
</script>
{{/if}}
...
...
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Xinshili.php
View file @
1d0b5bc
...
...
@@ -9,8 +9,8 @@ use Plugin\Helpers;
*/
class
XinshiliController
extends
HuodongAction
{
// const STATIC_FILE = 'http://localhost:2222/1.0.6';
const
STATIC_FILE
=
'http://cdn.yoho.cn/huodong/2016xinshili/1.0.6'
;
// const STATIC_FILE = 'http://localhost:2222/1.0.7';
const
STATIC_FILE
=
'http://cdn.yoho.cn/huodong/2016xinshili/1.0.7'
;
/**
* 检测登录状态
...
...
Please
register
or
login
to post a comment