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
1afd9990
Commit
1afd9990
authored
Jul 03, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改通用豆取值
parent
29492a99
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
useAllBeanCount.ts
src/hooks/useAllBeanCount.ts
+1
-1
No files found.
src/hooks/useAllBeanCount.ts
View file @
1afd9990
...
@@ -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
,
...
...
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