Authored by 郝肖肖

Merge branch 'feature/balancePage' into release/2.0

@@ -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