Authored by 郝肖肖

Merge branch 'feature/yohoCoin' of git.yoho.cn:fe/YOHOBUYWAP into release/5.2

... ... @@ -222,6 +222,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) {
... ...