Authored by hf

modify home page font size

1 { 1 {
2 "name": "yohobuy", 2 "name": "yohobuy",
3 - "version": "1.2.0.c", 3 + "version": "1.2.0.d",
4 "description": "yohobuy statics", 4 "description": "yohobuy statics",
5 "keywords": [], 5 "keywords": [],
6 "homepage": "", 6 "homepage": "",
@@ -450,7 +450,7 @@ class DetailModel @@ -450,7 +450,7 @@ class DetailModel
450 /** 450 /**
451 * 获取评价列表 451 * 获取评价列表
452 */ 452 */
453 - public static function getComments($productId, $pageNum = 1, $pageSize = 100) 453 + public static function getComments($productId, $pageNum = 1, $pageSize = 300)
454 { 454 {
455 $result = array(); 455 $result = array();
456 456
@@ -479,7 +479,7 @@ class DetailModel @@ -479,7 +479,7 @@ class DetailModel
479 * @param int $pageSize 每页显示个数 479 * @param int $pageSize 每页显示个数
480 * @return array 480 * @return array
481 */ 481 */
482 - public static function getConsults($productId, $pageNum = 1, $pageSize = 100) 482 + public static function getConsults($productId, $pageNum = 1, $pageSize = 300)
483 { 483 {
484 $result = array(); 484 $result = array();
485 485
@@ -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.c" 53 +application.version = "1.2.0.d"
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.c" 53 +application.version = "1.2.0.d"
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.c" 53 +application.version = "1.2.0.d"
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.c" 53 +application.version = "1.2.0.d"
54 ; JS统计代码的版本号 54 ; JS统计代码的版本号
55 application.yas.version = "1.0.13.2" 55 application.yas.version = "1.0.13.2"
56 56