Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
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
高淑倩
7-Eleven
Commits
9ea31a82
Commit
9ea31a82
authored
Sep 23, 2019
by
赵雅纹
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_7.1.0' into fixbug-ZYW
parents
868bfe4c
8e7073ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
refund.js
src/pages/refund/refund.js
+8
-3
No files found.
src/pages/refund/refund.js
View file @
9ea31a82
...
@@ -56,7 +56,11 @@ wxService.page({
...
@@ -56,7 +56,11 @@ wxService.page({
count
count
})
})
});
});
this
.
reFundPreview
({
skuList
:
skulist
})
this
.
reFundPreview
({
tradeId
:
this
.
data
.
id
,
skuList
:
skulist
})
var
refundCreateDto
=
this
.
data
.
refundCreateDto
var
refundCreateDto
=
this
.
data
.
refundCreateDto
refundCreateDto
.
reason
=
this
.
data
.
curType
.
name
// 退款原因
refundCreateDto
.
reason
=
this
.
data
.
curType
.
name
// 退款原因
...
@@ -229,7 +233,9 @@ wxService.page({
...
@@ -229,7 +233,9 @@ wxService.page({
count
count
})
})
this
.
reFundPreview
({
skuList
:
skulist
})
// 退款预览
this
.
reFundPreview
({
tradeId
:
this
.
data
.
id
,
skuList
:
skulist
})
// 退款预览
},
},
getReturnPrice
()
{
getReturnPrice
()
{
var
cartList
=
this
.
data
.
cartList
var
cartList
=
this
.
data
.
cartList
...
@@ -267,7 +273,6 @@ wxService.page({
...
@@ -267,7 +273,6 @@ wxService.page({
onShow
:
function
()
{
onShow
:
function
()
{
const
{
params
}
=
this
.
options
const
{
params
}
=
this
.
options
let
detail
=
JSON
.
parse
(
params
)
let
detail
=
JSON
.
parse
(
params
)
console
.
log
(
"detail"
,
detail
)
// item.checked
// item.checked
detail
.
skuVOList
.
forEach
(
item
=>
{
detail
.
skuVOList
.
forEach
(
item
=>
{
item
.
checked
=
false
item
.
checked
=
false
...
...
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