Merge branch 'hotfix/qaDetail' into 'gray'
Hotfix/qa detail See merge request !830
Showing
2 changed files
with
8 additions
and
4 deletions
@@ -211,7 +211,11 @@ module.exports = class extends global.yoho.BaseModel { | @@ -211,7 +211,11 @@ module.exports = class extends global.yoho.BaseModel { | ||
211 | }, { | 211 | }, { |
212 | code: 200 | 212 | code: 200 |
213 | }).then((result) => { | 213 | }).then((result) => { |
214 | - let currencyUrl = 'http://m.yohobuy.com/home/helpDetail?code=20151230-102233&caption=有货币介绍&name=有货币介绍'; | 214 | + let currencyUrl = helpers.urlFormat('/service/qaDetail', { |
215 | + keyword: '%E6%9C%89%E8%B4%A7%E5%B8%81', | ||
216 | + sonId: '233' | ||
217 | + }); | ||
218 | + | ||
215 | let shareUrl = 'http://m.yohobuy.com/activity/share-buy'; | 219 | let shareUrl = 'http://m.yohobuy.com/activity/share-buy'; |
216 | 220 | ||
217 | if (result && result.code === 200 && result.data) { | 221 | if (result && result.code === 200 && result.data) { |
@@ -16,13 +16,13 @@ | @@ -16,13 +16,13 @@ | ||
16 | <a href="{{url}}" class="nav-sub-right">{{text}}</a> | 16 | <a href="{{url}}" class="nav-sub-right">{{text}}</a> |
17 | {{/shopPage}} | 17 | {{/shopPage}} |
18 | {{#currencyPage}} | 18 | {{#currencyPage}} |
19 | - <a href="/home/helpDetail?code=20151230-102233&caption=有货币介绍&name=有货币介绍" class="iconfont nav-home"></a> | 19 | + <a href="/service/qaDetail?keyword=%E6%9C%89%E8%B4%A7%E5%B8%81&sonId=233" class="iconfont nav-home"></a> |
20 | {{/currencyPage}} | 20 | {{/currencyPage}} |
21 | {{#currencyDetailPage}} | 21 | {{#currencyDetailPage}} |
22 | - <a href="/home/helpDetail?code=20111130-152530&caption=如何使用有货币支付&name=如何使用有货币支付" class="iconfont nav-home"></a> | 22 | + <a href="/service/qaDetail?keyword=%E6%9C%89%E8%B4%A7%E5%B8%81&sonId=227" class="iconfont nav-home"></a> |
23 | {{/currencyDetailPage}} | 23 | {{/currencyDetailPage}} |
24 | {{#installmentPage}} | 24 | {{#installmentPage}} |
25 | - <a href="/home/helpDetail?code=20151230-102233&caption=有货分期&name=有货分期" class="iconfont nav-home"></a> | 25 | + <a href="/service/qaDetail?keyword=%E6%9C%89%E8%B4%A7%E5%88%86%E6%9C%9F&sonId=179" class="iconfont nav-home"></a> |
26 | {{/installmentPage}} | 26 | {{/installmentPage}} |
27 | {{#navPhone}} | 27 | {{#navPhone}} |
28 | <a href="{{.}}" class="iconfont nav-home"></a> | 28 | <a href="{{.}}" class="iconfont nav-home"></a> |
-
Please register or login to post a comment