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
830a2bba
Commit
830a2bba
authored
Oct 13, 2019
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MOD:修改退款津贴问题
parent
297a096b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
billDetails.axml
pages/billDetails/billDetails.axml
+1
-1
billDetails.js
pages/billDetails/billDetails.js
+0
-1
recordList.js
pages/recordList/recordList.js
+7
-3
No files found.
pages/billDetails/billDetails.axml
View file @
830a2bba
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
</view>
</view>
<view>
<view>
<view>津贴金额</view>
<view>津贴金额</view>
<view>-{{recordData.subsidyAmount
c
}}</view>
<view>-{{recordData.subsidyAmount
.toFixed(2)
}}</view>
</view>
</view>
<view>
<view>
<view>创建时间</view>
<view>创建时间</view>
...
...
pages/billDetails/billDetails.js
View file @
830a2bba
...
@@ -34,7 +34,6 @@ Page({
...
@@ -34,7 +34,6 @@ Page({
trxNo
:
this
.
data
.
trxNo
trxNo
:
this
.
data
.
trxNo
}
}
$http
.
$http
(
'isv/consume/list_payment_record'
,
data
,
'GET'
).
then
((
res
)
=>
{
$http
.
$http
(
'isv/consume/list_payment_record'
,
data
,
'GET'
).
then
((
res
)
=>
{
console
.
log
(
'billDetails'
+
res
)
data
=
res
.
recordList
[
0
]
data
=
res
.
recordList
[
0
]
data
.
createDate
=
_that
.
timeToStr
(
data
.
createDate
);
data
.
createDate
=
_that
.
timeToStr
(
data
.
createDate
);
_that
.
setData
({
_that
.
setData
({
...
...
pages/recordList/recordList.js
View file @
830a2bba
...
@@ -228,10 +228,14 @@ Page({
...
@@ -228,10 +228,14 @@ Page({
onTitleClick
()
{
onTitleClick
()
{
// 标题被点击
// 标题被点击
},
},
onPullDownRefresh
()
{
//
onPullDownRefresh() {
// 页面被下拉
//
// 页面被下拉
},
//
},
onReachBottom
()
{
onReachBottom
()
{
// dd.alert({
// content: '111111',
// buttonText: '确定'
// })
let
currentNum
=
''
;
let
currentNum
=
''
;
if
(
this
.
data
.
currentPage
<
this
.
data
.
totalCount
)
{
if
(
this
.
data
.
currentPage
<
this
.
data
.
totalCount
)
{
currentNum
=
this
.
data
.
currentPage
+
1
currentNum
=
this
.
data
.
currentPage
+
1
...
...
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