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
bc927a6a
Commit
bc927a6a
authored
Sep 04, 2019
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改:billDetails.js recordList.js修改回原来的接口
parent
4c9c1347
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
billDetails.js
pages/billDetails/billDetails.js
+1
-1
recordList.js
pages/recordList/recordList.js
+1
-1
No files found.
pages/billDetails/billDetails.js
View file @
bc927a6a
...
@@ -32,7 +32,7 @@ Page({
...
@@ -32,7 +32,7 @@ Page({
pageNumber
:
10
,
pageNumber
:
10
,
trxNo
:
this
.
data
.
trxNo
trxNo
:
this
.
data
.
trxNo
}
}
$http
.
$http
(
'isv/consume/list_
expense
_record'
,
data
,
'GET'
).
then
((
res
)
=>
{
$http
.
$http
(
'isv/consume/list_
payment
_record'
,
data
,
'GET'
).
then
((
res
)
=>
{
console
.
log
(
res
)
console
.
log
(
res
)
data
=
res
.
recordList
[
0
]
data
=
res
.
recordList
[
0
]
data
.
createDate
=
_that
.
timeToStr
(
data
.
createDate
);
data
.
createDate
=
_that
.
timeToStr
(
data
.
createDate
);
...
...
pages/recordList/recordList.js
View file @
bc927a6a
...
@@ -109,7 +109,7 @@ Page({
...
@@ -109,7 +109,7 @@ Page({
sceneType
:
this
.
data
.
sceneType
,
sceneType
:
this
.
data
.
sceneType
,
orderStatus
:
this
.
data
.
statusList
orderStatus
:
this
.
data
.
statusList
}
}
$http
.
$http
(
'isv/consume/list_
expense
_record'
,
data
,
'GET'
).
then
((
res
)
=>
{
$http
.
$http
(
'isv/consume/list_
payment
_record'
,
data
,
'GET'
).
then
((
res
)
=>
{
console
.
log
(
'record'
+
res
)
console
.
log
(
'record'
+
res
)
let
dataList
=
[...
res
.
recordList
];
let
dataList
=
[...
res
.
recordList
];
let
recordListDataSource
=
_that
.
data
.
recordListData
let
recordListDataSource
=
_that
.
data
.
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