Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wx-school-app
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜雷
wx-school-app
Commits
beb1103e
Commit
beb1103e
authored
Jul 04, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消通用豆展示
parent
aca9ab0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
useAllBeanCount.ts
src/hooks/useAllBeanCount.ts
+2
-2
No files found.
src/hooks/useAllBeanCount.ts
View file @
beb1103e
...
...
@@ -47,10 +47,10 @@ const useAllBeanCount = (
item
.
serviceId
===
'11'
||
item
.
serviceId
===
'9'
,
);
let
commonItem
=
beanAccount
.
find
(
item
=>
item
.
serviceId
===
'1'
);
//
let commonItem = beanAccount.find(item => item.serviceId === '1');
let
beanMap
=
{
[
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
++
)
{
const
service
=
serviceList
[
index
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment