Authored by hf

modify home page font size

{
"name": "yohobuy",
"version": "1.2.0.c",
"version": "1.2.0.d",
"description": "yohobuy statics",
"keywords": [],
"homepage": "",
... ...
... ... @@ -450,7 +450,7 @@ class DetailModel
/**
* 获取评价列表
*/
public static function getComments($productId, $pageNum = 1, $pageSize = 100)
public static function getComments($productId, $pageNum = 1, $pageSize = 300)
{
$result = array();
... ... @@ -479,7 +479,7 @@ class DetailModel
* @param int $pageSize 每页显示个数
* @return array
*/
public static function getConsults($productId, $pageNum = 1, $pageSize = 100)
public static function getConsults($productId, $pageNum = 1, $pageSize = 300)
{
$result = array();
... ...
... ... @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path = ROOT_PATH "/assets"
; 应用的版本号
application.version = "1.2.0.c"
application.version = "1.2.0.d"
; JS统计代码的版本号
application.yas.version = "1.0.13.2"
... ...
... ... @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path = ROOT_PATH "/assets"
; 应用的版本号
application.version = "1.2.0.c"
application.version = "1.2.0.d"
; JS统计代码的版本号
application.yas.version = "1.0.13.2"
... ...
... ... @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path = ROOT_PATH "/assets"
; 应用的版本号
application.version = "1.2.0.c"
application.version = "1.2.0.d"
; JS统计代码的版本号
application.yas.version = "1.0.13.2"
... ...
... ... @@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path = ROOT_PATH "/assets"
; 应用的版本号
application.version = "1.2.0.c"
application.version = "1.2.0.d"
; JS统计代码的版本号
application.yas.version = "1.0.13.2"
... ...