Authored by 周少峰

Merge branch 'master' of git.yoho.cn:fe/YOHOBUYWAP

This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
{
"name": "yohobuy",
"version": "4.9.02",
"version": "4.9.03",
"description": "yohobuy statics",
"keywords": [],
"homepage": "",
... ...
... ... @@ -42,9 +42,12 @@
color: #fff;
}
.new-festival-tag {
width: 90px;
background-color: #000;
color: #fff;
color: #000;
width: 100px;
background-image: resolve("product/new-festival.png");
background-repeat: no-repeat;
background-color: #fff;
background-size: 100px 28px;
}
.limit-tag {
width: 100px;
... ...
... ... @@ -144,8 +144,12 @@ $basicBtnC:#eb0313;
color: #fff;
}
.new-festival-tag {
background-color: #000;
color: #fff;
color: #000;
width: 120px;
background-image: resolve("product/new-festival.png");
background-repeat: no-repeat;
background-color: #fff;
background-size: 120px 38px;
}
.yohood-tag {
background-color: #000;
... ...
... ... @@ -13,7 +13,7 @@
<p class="good-tag sale-tag">SALE</p>
{{/ is_discount}}
{{# is_yohood}}
<div class="good-tag running-man-tag">跑男同款</div>
<p class="good-tag new-festival-tag">新品节</p>
{{/ is_yohood}}
{{# is_limited}}
<p class="good-tag limit-tag">限量商品</p>
... ...
... ... @@ -12,9 +12,9 @@
{{# is_discount}}
<p class="good-tag sale-tag">SALE</p>
{{/ is_discount}}
{{# is_yohoood}}
<p class="good-tag running-man-tag">跑男同款</p>
{{/ is_yohoood}}
{{# is_yohood}}
<p class="good-tag new-festival-tag">新品节</p>
{{/ is_yohood}}
{{# is_limited}}
<p class="good-tag limit-tag">限量商品</p>
{{/ is_limited}}
... ...
... ... @@ -83,9 +83,9 @@ class HfController extends AbstractAction
$result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data']));
break;
case '4.9.0':
$result['data']['url'] = 'http://cdn.yoho.cn/app-hotfix/yohobuy/ios/4.9.0/main0826.js';
$result['data']['patchv'] = '111';
$result['data']['filecode'] = 'eb9a6b782125f4cd29ca7ece23ab4e4f';
$result['data']['url'] = 'http://cdn.yoho.cn/app-hotfix/yohobuy/ios/4.9.0/main0829.js';
$result['data']['patchv'] = '112';
$result['data']['filecode'] = '5ec605c71438642b8da76b62af349f96';
$result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data']));
break;
default: // 默认
... ...
... ... @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path = ROOT_PATH "/assets"
; 应用的版本号
application.version = "4.9.02"
application.version = "4.9.03"
; 网站SEO信息
application.seo.title = "Yoho!Buy有货 | 潮流购物逛不停"
... ...
... ... @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path = ROOT_PATH "/assets"
; 应用的版本号
application.version = "4.9.02"
application.version = "4.9.03"
; 网站SEO信息
application.seo.title = "Yoho!Buy有货 | 潮流购物逛不停"
... ...
... ... @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path = ROOT_PATH "/assets"
; 应用的版本号
application.version = "4.9.02"
application.version = "4.9.03"
; 网站SEO信息
application.seo.title = "Yoho!Buy有货 | 潮流购物逛不停"
... ...
... ... @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path = ROOT_PATH "/assets"
; 应用的版本号
application.version = "4.9.02"
application.version = "4.9.03"
; 网站SEO信息
application.seo.title = "Yoho!Buy有货 | 潮流购物逛不停"
... ...
... ... @@ -12,8 +12,8 @@ define('ROOT_PATH', dirname(dirname(APPLICATION_PATH))); // 根目录
defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'testing');
define('USE_INTER_FACE_SHUNT', false);//分流开关
define('API_URL', 'http://api-test3.yohops.com:9999/');
define('SERVICE_URL', 'http://service-test3.yohops.com:9999/');
define('API_URL', 'http://api-test1.yohops.com:9999/');
define('SERVICE_URL', 'http://service-test1.yohops.com:9999/');
define('YOHOBUY_URL', 'http://www.yohobuy.com/');
define('SERVICE_NOTIFY', 'http://service-test1.yohops.com:9999/');
... ...