Showing
2 changed files
with
1 additions
and
2 deletions
@@ -11,7 +11,7 @@ const y100 = { | @@ -11,7 +11,7 @@ const y100 = { | ||
11 | * @param next | 11 | * @param next |
12 | */ | 12 | */ |
13 | async y100List(req, res, next) { | 13 | async y100List(req, res, next) { |
14 | - const {actId, pageNo = 1, pageSize = 10, tag = '', top = 1} = req.query; | 14 | + const {actId, pageNo = 1, pageSize = 20, tag = '', top = 1} = req.query; |
15 | 15 | ||
16 | let top_int = parseInt(top, 10); | 16 | let top_int = parseInt(top, 10); |
17 | 17 |
@@ -141,7 +141,6 @@ const userController = { | @@ -141,7 +141,6 @@ const userController = { | ||
141 | */ | 141 | */ |
142 | wechatUserLogin(req, res) { | 142 | wechatUserLogin(req, res) { |
143 | const referer = req.get('Referer'); | 143 | const referer = req.get('Referer'); |
144 | - | ||
145 | let redirect_url = `${siteUrl}/passport/user/wechatCallback`; | 144 | let redirect_url = `${siteUrl}/passport/user/wechatCallback`; |
146 | 145 | ||
147 | if (referer && (referer.indexOf('yoho.cn') || referer.indexOf('yhurl.com'))) { | 146 | if (referer && (referer.indexOf('yoho.cn') || referer.indexOf('yhurl.com'))) { |
-
Please register or login to post a comment