fixes bug to home page login show status
Showing
6 changed files
with
7 additions
and
5 deletions
@@ -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 |
-
Please register or login to post a comment