Authored by 郝肖肖

秒杀有货币获取接口返回数据,设置最大值

... ... @@ -210,6 +210,7 @@ function orderCompute() {
}
$coinLi.find('.msg').html(res.yohoCoinCompute.yohoCoinMsg);
isYohoCoinClick = res.yohoCoinCompute.yohoCoinClick * 1;
$('.coin').data('yoho-coin', res.yohoCoinCompute.yohoCoin);
total = '';
if (res.promotion_formula_list) {
... ...