Authored by 郝肖肖

¥符号修改

... ... @@ -302,7 +302,7 @@ var Order = {
$('#biprice').find('.num-limit-coin').html(data.yohoCoinCompute.yoho_coin_pay_rule.num_limit);
$('#biprice').find('.totalYohoCoinNum').html(data.yohoCoinCompute.totalYohoCoinNum);
$('#biprice').find('.yohoCoinNum').html(data.yohoCoinCompute.yohoCoinNum);
$('#biprice').find('.yohoCoin').html('' + data.yohoCoinCompute.yohoCoin);
$('#biprice').find('.yohoCoin').html('¥' + data.yohoCoinCompute.yohoCoin);
//有货币清零状态更新 end
//使用的红包
... ...
... ... @@ -331,7 +331,7 @@ var TicketCat = {
$('#biprice').find('.num-limit-coin').html(data.yohoCoinCompute.yoho_coin_pay_rule.num_limit);
$('#biprice').find('.totalYohoCoinNum').html(data.yohoCoinCompute.totalYohoCoinNum);
$('#biprice').find('.yohoCoinNum').html(data.yohoCoinCompute.yohoCoinNum);
$('#biprice').find('.yohoCoin').html('' + data.yohoCoinCompute.yohoCoin);
$('#biprice').find('.yohoCoin').html('¥' + data.yohoCoinCompute.yohoCoin);
//有货币清零状态更新 end
},
getSelectData: function() {
... ...