Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayMobile
Overview
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
fengzhaoyu
mingPayMobile
Commits
ab62e889
Commit
ab62e889
authored
Sep 10, 2019
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.roboming.com/Simon/mingPay-Mobile
parents
a61b02c2
9575b9fc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
.gitignore
.gitignore
+1
-2
recordList.js
pages/recordList/recordList.js
+4
-4
No files found.
.gitignore
View file @
ab62e889
node_modules
.tea
.DS_Store
\ No newline at end of file
.DS_Store
pages/recordList/recordList.js
View file @
ab62e889
...
...
@@ -8,7 +8,7 @@ Page({
orderType
:
''
,
orderStatus
:
''
,
sceneType
:
''
,
statusList
:
[
'SUCCESS'
,
'
WAITING_PERMIT'
,
'
REFUND_SUCCESS'
],
statusList
:
[
'SUCCESS'
,
'REFUND_SUCCESS'
],
recordListData
:
[],
currentPage
:
1
,
totalCount
:
''
,
...
...
@@ -36,7 +36,7 @@ Page({
orderType
:
''
,
orderStatus
:
''
,
sceneType
:
''
,
statusList
:
[
'SUCCESS'
,
'
WAITING_PERMIT'
,
'
REFUND_SUCCESS'
],
statusList
:
[
'SUCCESS'
,
'REFUND_SUCCESS'
],
recordListData
:
[],
currentPage
:
1
,
totalCount
:
''
,
...
...
@@ -60,7 +60,7 @@ Page({
_that
.
setData
({
orderType
:
''
,
sceneType
:
''
,
statusList
:
[
'SUCCESS'
,
'
WAITING_PERMIT'
,
'
REFUND_SUCCESS'
],
statusList
:
[
'SUCCESS'
,
'REFUND_SUCCESS'
],
currentPage
:
1
,
recordListData
:
[]
})
...
...
@@ -78,7 +78,7 @@ Page({
_that
.
setData
({
orderType
:
'RECHARGE'
,
sceneType
:
''
,
statusList
:
[
'SUCCESS'
,
'WAITING_PERMIT'
],
statusList
:
[
'SUCCESS'
],
currentPage
:
1
,
recordListData
:
[]
})
...
...
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