Authored by hf

fixes bug to home page login show status

1 { 1 {
2 "name": "yohobuy", 2 "name": "yohobuy",
3 - "version": "1.2.0.a", 3 + "version": "1.2.0.b",
4 "description": "yohobuy statics", 4 "description": "yohobuy statics",
5 "keywords": [], 5 "keywords": [],
6 "homepage": "", 6 "homepage": "",
@@ -342,6 +342,8 @@ class DetailModel @@ -342,6 +342,8 @@ class DetailModel
342 foreach ($sizeBoGroup as $value) { 342 foreach ($sizeBoGroup as $value) {
343 $result['sizeInfo']['detail']['list'][]['params'] = $value; 343 $result['sizeInfo']['detail']['list'][]['params'] = $value;
344 } 344 }
  345 + } else {
  346 + $result['sizeInfo']['detail']['list'][0]['params'] = array(0 => array('param' => ''));
345 } 347 }
346 348
347 } 349 }
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
50 application.assets.path = ROOT_PATH "/assets" 50 application.assets.path = ROOT_PATH "/assets"
51 51
52 ; 应用的版本号 52 ; 应用的版本号
53 -application.version = "1.2.0.a" 53 +application.version = "1.2.0.b"
54 ; JS统计代码的版本号 54 ; JS统计代码的版本号
55 application.yas.version = "1.0.13.2" 55 application.yas.version = "1.0.13.2"
56 56
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
50 application.assets.path = ROOT_PATH "/assets" 50 application.assets.path = ROOT_PATH "/assets"
51 51
52 ; 应用的版本号 52 ; 应用的版本号
53 -application.version = "1.2.0.a" 53 +application.version = "1.2.0.b"
54 ; JS统计代码的版本号 54 ; JS统计代码的版本号
55 application.yas.version = "1.0.13.2" 55 application.yas.version = "1.0.13.2"
56 56
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
50 application.assets.path = ROOT_PATH "/assets" 50 application.assets.path = ROOT_PATH "/assets"
51 51
52 ; 应用的版本号 52 ; 应用的版本号
53 -application.version = "1.2.0.a" 53 +application.version = "1.2.0.b"
54 ; JS统计代码的版本号 54 ; JS统计代码的版本号
55 application.yas.version = "1.0.13.2" 55 application.yas.version = "1.0.13.2"
56 56
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
50 application.assets.path = ROOT_PATH "/assets" 50 application.assets.path = ROOT_PATH "/assets"
51 51
52 ; 应用的版本号 52 ; 应用的版本号
53 -application.version = "1.2.0.a" 53 +application.version = "1.2.0.b"
54 ; JS统计代码的版本号 54 ; JS统计代码的版本号
55 application.yas.version = "1.0.13.2" 55 application.yas.version = "1.0.13.2"
56 56