...
|
...
|
@@ -113,6 +113,9 @@ function orderCompute() { |
|
|
$coinCheck.find('em').html('- ¥ ' + res.use_yoho_coin);
|
|
|
$coinCheck.find('em').show();
|
|
|
}
|
|
|
if (res.gift_card) {
|
|
|
$('#giftCardRightInfo').html('可以抵用¥' + res.gift_card.amount.toFixed(2));
|
|
|
}
|
|
|
$coinLi.find('.msg').html(res.yohoCoinCompute.yohoCoinMsg);
|
|
|
isYohoCoinClick = res.yohoCoinCompute.yohoCoinClick * 1;
|
|
|
$('.coin').data('yoho-coin', res.yohoCoinCompute.yohoCoin);
|
...
|
...
|
|