Merge remote-tracking branch 'remotes/origin/release/4.8'
Showing
10 changed files
with
10 additions
and
10 deletions
@@ -105,7 +105,7 @@ class ItemData | @@ -105,7 +105,7 @@ class ItemData | ||
105 | public static function commentList($productId, $pageNum, $pageSize) | 105 | public static function commentList($productId, $pageNum, $pageSize) |
106 | { | 106 | { |
107 | $param = Yohobuy::param(); | 107 | $param = Yohobuy::param(); |
108 | - $param['method'] = 'app.comment.li'; | 108 | + $param['method'] = 'show.productShareOrderList'; |
109 | $param['product_id'] = $productId; | 109 | $param['product_id'] = $productId; |
110 | $param['page'] = $pageNum; | 110 | $param['page'] = $pageNum; |
111 | $param['limit'] = $pageSize; | 111 | $param['limit'] = $pageSize; |
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.
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets/web" | 50 | application.assets.path = ROOT_PATH "/assets/web" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "4.8.0" | 53 | +application.version = "4.8.1" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "YOHO!BUY 有货 | 年轻人潮流购物中心,中国潮流购物风向标,官方授权正品保证" | 56 | application.seo.title = "YOHO!BUY 有货 | 年轻人潮流购物中心,中国潮流购物风向标,官方授权正品保证" |
@@ -33,12 +33,12 @@ application.debug = False | @@ -33,12 +33,12 @@ application.debug = False | ||
33 | application.servers.config = APPLICATION_PATH "/configs/core" | 33 | application.servers.config = APPLICATION_PATH "/configs/core" |
34 | 34 | ||
35 | ;出错的时候是否抛出异常 | 35 | ;出错的时候是否抛出异常 |
36 | -application.dispatcher.throwException = False | 36 | +application.dispatcher.throwException = True |
37 | 37 | ||
38 | ;是否使用默认的异常 捕获Controller, 如果开启, 在有未捕获的异常的时候, | 38 | ;是否使用默认的异常 捕获Controller, 如果开启, 在有未捕获的异常的时候, |
39 | ;控制权会交给ErrorController的errorAction 方法, | 39 | ;控制权会交给ErrorController的errorAction 方法, |
40 | ;可以通过$request->getException()获得此异常对象 | 40 | ;可以通过$request->getException()获得此异常对象 |
41 | -application.dispatcher.catchException = False | 41 | +application.dispatcher.catchException = True |
42 | 42 | ||
43 | ;模板预编译目录,该目录需要有读写权限 | 43 | ;模板预编译目录,该目录需要有读写权限 |
44 | application.template.compile = ROOT_PATH "/compile/www.yohobuy.com" | 44 | application.template.compile = ROOT_PATH "/compile/www.yohobuy.com" |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets/web" | 50 | application.assets.path = ROOT_PATH "/assets/web" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "4.8.0" | 53 | +application.version = "4.8.1" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "YOHO!BUY 有货 | 年轻人潮流购物中心,中国潮流购物风向标,官方授权正品保证" | 56 | application.seo.title = "YOHO!BUY 有货 | 年轻人潮流购物中心,中国潮流购物风向标,官方授权正品保证" |
@@ -33,12 +33,12 @@ application.debug = False | @@ -33,12 +33,12 @@ application.debug = False | ||
33 | application.servers.config = APPLICATION_PATH "/configs/core" | 33 | application.servers.config = APPLICATION_PATH "/configs/core" |
34 | 34 | ||
35 | ;出错的时候是否抛出异常 | 35 | ;出错的时候是否抛出异常 |
36 | -application.dispatcher.throwException = False | 36 | +application.dispatcher.throwException = True |
37 | 37 | ||
38 | ;是否使用默认的异常 捕获Controller, 如果开启, 在有未捕获的异常的时候, | 38 | ;是否使用默认的异常 捕获Controller, 如果开启, 在有未捕获的异常的时候, |
39 | ;控制权会交给ErrorController的errorAction 方法, | 39 | ;控制权会交给ErrorController的errorAction 方法, |
40 | ;可以通过$request->getException()获得此异常对象 | 40 | ;可以通过$request->getException()获得此异常对象 |
41 | -application.dispatcher.catchException = False | 41 | +application.dispatcher.catchException = True |
42 | 42 | ||
43 | ;模板预编译目录,该目录需要有读写权限 | 43 | ;模板预编译目录,该目录需要有读写权限 |
44 | application.template.compile = ROOT_PATH "/compile/www.yohobuy.com" | 44 | application.template.compile = ROOT_PATH "/compile/www.yohobuy.com" |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets/web" | 50 | application.assets.path = ROOT_PATH "/assets/web" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "4.8.0" | 53 | +application.version = "4.8.1" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "YOHO!BUY 有货 | 年轻人潮流购物中心,中国潮流购物风向标,官方授权正品保证" | 56 | application.seo.title = "YOHO!BUY 有货 | 年轻人潮流购物中心,中国潮流购物风向标,官方授权正品保证" |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets/web" | 50 | application.assets.path = ROOT_PATH "/assets/web" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "4.8.0" | 53 | +application.version = "4.8.1" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "YOHO!BUY 有货 | 年轻人潮流购物中心,中国潮流购物风向标,官方授权正品保证" | 56 | application.seo.title = "YOHO!BUY 有货 | 年轻人潮流购物中心,中国潮流购物风向标,官方授权正品保证" |
-
Please register or login to post a comment