Showing
2 changed files
with
3 additions
and
3 deletions
@@ -230,7 +230,7 @@ const _detailDataPkg = (origin, uid, vipLevel, ua) => { | @@ -230,7 +230,7 @@ const _detailDataPkg = (origin, uid, vipLevel, ua) => { | ||
230 | 230 | ||
231 | dest.goodsPrice = goodsPrice; | 231 | dest.goodsPrice = goodsPrice; |
232 | 232 | ||
233 | - // 商品返回 YOHO 币 | 233 | + // 商品返回 有货币 |
234 | if (originPrice.yohoCoinNum) { | 234 | if (originPrice.yohoCoinNum) { |
235 | dest.commodityReturn = originPrice.yohoCoinNum; | 235 | dest.commodityReturn = originPrice.yohoCoinNum; |
236 | } | 236 | } |
@@ -11,10 +11,10 @@ | @@ -11,10 +11,10 @@ | ||
11 | <span class="iconfont nav-home"></span> | 11 | <span class="iconfont nav-home"></span> |
12 | {{/navBtn}} | 12 | {{/navBtn}} |
13 | {{#currencyPage}} | 13 | {{#currencyPage}} |
14 | - <a href="/home/helpDetail?code=20151230-102233&caption=YOHO币介绍" class="iconfont nav-home"></a> | 14 | + <a href="/home/helpDetail?code=20151230-102233&caption=有货币介绍" class="iconfont nav-home"></a> |
15 | {{/currencyPage}} | 15 | {{/currencyPage}} |
16 | {{#currencyDetailPage}} | 16 | {{#currencyDetailPage}} |
17 | - <a href="/home/helpDetail?code=20111130-152530&caption=如何使用YOHO币支付" class="iconfont nav-home"></a> | 17 | + <a href="/home/helpDetail?code=20111130-152530&caption=如何使用有货币支付" class="iconfont nav-home"></a> |
18 | {{/currencyDetailPage}} | 18 | {{/currencyDetailPage}} |
19 | {{#navPhone}} | 19 | {{#navPhone}} |
20 | <a href="{{.}}" class="iconfont nav-home"></a> | 20 | <a href="{{.}}" class="iconfont nav-home"></a> |
-
Please register or login to post a comment