Showing
2 changed files
with
2 additions
and
2 deletions
@@ -302,7 +302,7 @@ var Order = { | @@ -302,7 +302,7 @@ var Order = { | ||
302 | $('#biprice').find('.num-limit-coin').html(data.yohoCoinCompute.yoho_coin_pay_rule.num_limit); | 302 | $('#biprice').find('.num-limit-coin').html(data.yohoCoinCompute.yoho_coin_pay_rule.num_limit); |
303 | $('#biprice').find('.totalYohoCoinNum').html(data.yohoCoinCompute.totalYohoCoinNum); | 303 | $('#biprice').find('.totalYohoCoinNum').html(data.yohoCoinCompute.totalYohoCoinNum); |
304 | $('#biprice').find('.yohoCoinNum').html(data.yohoCoinCompute.yohoCoinNum); | 304 | $('#biprice').find('.yohoCoinNum').html(data.yohoCoinCompute.yohoCoinNum); |
305 | - $('#biprice').find('.yohoCoin').html('¥' + data.yohoCoinCompute.yohoCoin); | 305 | + $('#biprice').find('.yohoCoin').html('¥' + data.yohoCoinCompute.yohoCoin); |
306 | //有货币清零状态更新 end | 306 | //有货币清零状态更新 end |
307 | 307 | ||
308 | //使用的红包 | 308 | //使用的红包 |
@@ -331,7 +331,7 @@ var TicketCat = { | @@ -331,7 +331,7 @@ var TicketCat = { | ||
331 | $('#biprice').find('.num-limit-coin').html(data.yohoCoinCompute.yoho_coin_pay_rule.num_limit); | 331 | $('#biprice').find('.num-limit-coin').html(data.yohoCoinCompute.yoho_coin_pay_rule.num_limit); |
332 | $('#biprice').find('.totalYohoCoinNum').html(data.yohoCoinCompute.totalYohoCoinNum); | 332 | $('#biprice').find('.totalYohoCoinNum').html(data.yohoCoinCompute.totalYohoCoinNum); |
333 | $('#biprice').find('.yohoCoinNum').html(data.yohoCoinCompute.yohoCoinNum); | 333 | $('#biprice').find('.yohoCoinNum').html(data.yohoCoinCompute.yohoCoinNum); |
334 | - $('#biprice').find('.yohoCoin').html('¥' + data.yohoCoinCompute.yohoCoin); | 334 | + $('#biprice').find('.yohoCoin').html('¥' + data.yohoCoinCompute.yohoCoin); |
335 | //有货币清零状态更新 end | 335 | //有货币清零状态更新 end |
336 | }, | 336 | }, |
337 | getSelectData: function() { | 337 | getSelectData: function() { |
-
Please register or login to post a comment