Showing
1 changed file
with
1 additions
and
0 deletions
@@ -210,6 +210,7 @@ function orderCompute() { | @@ -210,6 +210,7 @@ function orderCompute() { | ||
210 | } | 210 | } |
211 | $coinLi.find('.msg').html(res.yohoCoinCompute.yohoCoinMsg); | 211 | $coinLi.find('.msg').html(res.yohoCoinCompute.yohoCoinMsg); |
212 | isYohoCoinClick = res.yohoCoinCompute.yohoCoinClick * 1; | 212 | isYohoCoinClick = res.yohoCoinCompute.yohoCoinClick * 1; |
213 | + $('.coin').data('yoho-coin', res.yohoCoinCompute.yohoCoin); | ||
213 | 214 | ||
214 | total = ''; | 215 | total = ''; |
215 | if (res.promotion_formula_list) { | 216 | if (res.promotion_formula_list) { |
-
Please register or login to post a comment