Merge branch 'feature/balancePage' into release/2.0
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -28,7 +28,7 @@ const _orderApi = uid => api.get('', { | @@ -28,7 +28,7 @@ const _orderApi = uid => api.get('', { | ||
28 | */ | 28 | */ |
29 | const _yohoCoinPayRule = data => { | 29 | const _yohoCoinPayRule = data => { |
30 | 30 | ||
31 | - if (!data.total_yoho_coin_num) { | 31 | + if (!data.yoho_coin_pay_rule) { |
32 | return data; | 32 | return data; |
33 | } | 33 | } |
34 | 34 |
-
Please register or login to post a comment