Authored by 郝肖肖

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

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