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
9575b9fc
Commit
9575b9fc
authored
Sep 10, 2019
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
移动端账单待审批状态隐藏
parent
eb6422a9
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 @
9575b9fc
node_modules
.tea
.DS_Store
\ No newline at end of file
.DS_Store
pages/recordList/recordList.js
View file @
9575b9fc
...
...
@@ -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