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
f355cd1e
Commit
f355cd1e
authored
Jul 03, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into test
parents
45adba11
1afd9990
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
useAllBeanCount.ts
src/hooks/useAllBeanCount.ts
+1
-1
OrderList.tsx
src/pages/Order/OrderList/OrderList.tsx
+4
-1
No files found.
src/hooks/useAllBeanCount.ts
View file @
f355cd1e
...
...
@@ -47,7 +47,7 @@ const useAllBeanCount = (
item
.
serviceId
===
'11'
||
item
.
serviceId
===
'9'
,
);
let
commonItem
=
beanAccount
.
find
(
item
=>
item
.
serviceId
===
'
0
'
);
let
commonItem
=
beanAccount
.
find
(
item
=>
item
.
serviceId
===
'
1
'
);
let
beanMap
=
{
[
BeanType
.
aimi
]:
aimiItem
?
aimiItem
.
money
:
0
,
[
BeanType
.
common
]:
commonItem
?
commonItem
.
money
:
0
,
...
...
src/pages/Order/OrderList/OrderList.tsx
View file @
f355cd1e
...
...
@@ -209,7 +209,10 @@ class OrderList extends Component {
updateRechargeOrders
(
res
.
data
);
})
.
catch
(
err
=>
{
console
.
log
(
err
);
Taro
.
showToast
({
title
:
err
.
msg
||
'请求失败'
,
icon
:
'none'
,
});
});
}
appendRechargeOrders
()
{
...
...
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