Authored by 郝肖肖

Merge branch 'feature/balancePage' into release/2.0

... ... @@ -28,7 +28,7 @@ const _orderApi = uid => api.get('', {
*/
const _yohoCoinPayRule = data => {
if (!data.total_yoho_coin_num) {
if (!data.yoho_coin_pay_rule) {
return data;
}
... ...