Commit 1afd9990 by 姜雷

修改通用豆取值

parent 29492a99
...@@ -47,7 +47,7 @@ const useAllBeanCount = ( ...@@ -47,7 +47,7 @@ const useAllBeanCount = (
item.serviceId === '11' || item.serviceId === '11' ||
item.serviceId === '9', item.serviceId === '9',
); );
let commonItem = beanAccount.find(item => item.serviceId === '0'); let commonItem = beanAccount.find(item => item.serviceId === '1');
let beanMap = { let beanMap = {
[BeanType.aimi]: aimiItem ? aimiItem.money : 0, [BeanType.aimi]: aimiItem ? aimiItem.money : 0,
[BeanType.common]: commonItem ? commonItem.money : 0, [BeanType.common]: commonItem ? commonItem.money : 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment