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
8408b0c8
Commit
8408b0c8
authored
Sep 05, 2019
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改:修改原因如上条
parent
6f3d4cb3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
app.js
app.js
+2
-2
allowanceRecordList.js
pages/allowanceRecordList/allowanceRecordList.js
+2
-1
billDetails.js
pages/billDetails/billDetails.js
+1
-1
No files found.
app.js
View file @
8408b0c8
...
...
@@ -18,7 +18,7 @@ App({
globalData
:
{
loadingType
:
0
,
// globalUrl: '192.168.1.106:8400'
//
globalUrl: '192.168.1.102:8400'
globalUrl
:
'139.196.213.18:8400'
globalUrl
:
'192.168.1.102:8400'
//
globalUrl: '139.196.213.18:8400'
}
});
pages/allowanceRecordList/allowanceRecordList.js
View file @
8408b0c8
...
...
@@ -35,7 +35,8 @@ Page({
statusList
:
this
.
data
.
statusList
,
subsidyNo
:
this
.
data
.
subsidyNo
}
$http
.
$http
(
'consume/list_payment_record'
,
data
,
'GET'
).
then
((
res
)
=>
{
$http
.
$http
(
'isv/consume/list_payment_record'
,
data
,
'GET'
).
then
((
res
)
=>
{
console
.
log
(
'allowanceRecordList.js'
+
res
)
let
dataList
=
[...
res
.
recordList
];
let
recordAlliwanceListDataSource
=
_that
.
data
.
recordAlliwanceListData
if
(
dataList
.
length
>
0
)
{
...
...
pages/billDetails/billDetails.js
View file @
8408b0c8
...
...
@@ -33,7 +33,7 @@ Page({
trxNo
:
this
.
data
.
trxNo
}
$http
.
$http
(
'isv/consume/list_payment_record'
,
data
,
'GET'
).
then
((
res
)
=>
{
console
.
log
(
res
)
console
.
log
(
'billDetails'
+
res
)
data
=
res
.
recordList
[
0
]
data
.
createDate
=
_that
.
timeToStr
(
data
.
createDate
);
_that
.
setData
({
...
...
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