Authored by ccbikai

有货币修改

... ... @@ -230,7 +230,7 @@ const _detailDataPkg = (origin, uid, vipLevel, ua) => {
dest.goodsPrice = goodsPrice;
// 商品返回 YOHO
// 商品返回 有货
if (originPrice.yohoCoinNum) {
dest.commodityReturn = originPrice.yohoCoinNum;
}
... ...
... ... @@ -11,10 +11,10 @@
<span class="iconfont nav-home">&#xe638;</span>
{{/navBtn}}
{{#currencyPage}}
<a href="/home/helpDetail?code=20151230-102233&caption=YOHO币介绍" class="iconfont nav-home">&#xe639;</a>
<a href="/home/helpDetail?code=20151230-102233&caption=有货币介绍" class="iconfont nav-home">&#xe639;</a>
{{/currencyPage}}
{{#currencyDetailPage}}
<a href="/home/helpDetail?code=20111130-152530&caption=如何使用YOHO币支付" class="iconfont nav-home">&#xe639;</a>
<a href="/home/helpDetail?code=20111130-152530&caption=如何使用有货币支付" class="iconfont nav-home">&#xe639;</a>
{{/currencyDetailPage}}
{{#navPhone}}
<a href="{{.}}" class="iconfont nav-home">&#xe641;</a>
... ...