Commit beb1103e by 姜雷

取消通用豆展示

parent aca9ab0b
...@@ -47,10 +47,10 @@ const useAllBeanCount = ( ...@@ -47,10 +47,10 @@ const useAllBeanCount = (
item.serviceId === '11' || item.serviceId === '11' ||
item.serviceId === '9', item.serviceId === '9',
); );
let commonItem = beanAccount.find(item => item.serviceId === '1'); // 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,
}; };
for (let index = 0; index < serviceList.length; index++) { for (let index = 0; index < serviceList.length; index++) {
const service = serviceList[index]; const service = serviceList[index];
......
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