Merge branch 'feature/yohoCoin' of git.yoho.cn:fe/YOHOBUYWAP into release/5.2
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -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) { |
-
Please register or login to post a comment