...
|
...
|
@@ -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() {
|
...
|
...
|
|