Merge branch 'develop/wap' of git.dev.yoho.cn:web/yohobuy into develop/wap
Showing
4 changed files
with
2 additions
and
13 deletions
@@ -39,10 +39,6 @@ | @@ -39,10 +39,6 @@ | ||
39 | {{# goodsCategory}} | 39 | {{# goodsCategory}} |
40 | {{> home/goods_category}} | 40 | {{> home/goods_category}} |
41 | {{/ goodsCategory}} | 41 | {{/ goodsCategory}} |
42 | - {{! 新人专享}} | ||
43 | - {{# freshOnly}} | ||
44 | - {{> home/fresh_only}} | ||
45 | - {{/ freshOnly}} | ||
46 | {{! 新入住品牌/品味生活/创意生活}} | 42 | {{! 新入住品牌/品味生活/创意生活}} |
47 | {{# creativeLife}} | 43 | {{# creativeLife}} |
48 | {{> home/creative_life}} | 44 | {{> home/creative_life}} |
@@ -9,8 +9,8 @@ use Plugin\Helpers; | @@ -9,8 +9,8 @@ use Plugin\Helpers; | ||
9 | */ | 9 | */ |
10 | class XinshiliController extends HuodongAction | 10 | class XinshiliController extends HuodongAction |
11 | { | 11 | { |
12 | - // const STATIC_FILE = 'http://localhost:2222/1.0.6'; | ||
13 | - const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016xinshili/1.0.6'; | 12 | + // const STATIC_FILE = 'http://localhost:2222/1.0.7'; |
13 | + const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016xinshili/1.0.7'; | ||
14 | 14 | ||
15 | /** | 15 | /** |
16 | * 检测登录状态 | 16 | * 检测登录状态 |
-
Please register or login to post a comment