Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
Project
Project
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
Administrator
jd-vx-app
Commits
d84c49a0
Commit
d84c49a0
authored
May 06, 2022
by
fwz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退款申请成功,跳转到退款成功页面
parent
56f12964
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
6 deletions
+20
-6
pages.json
pages.json
+7
-1
pay.vue
pagesC/pages/shop/pay.vue
+1
-0
pull.vue
pagesD/pages/personal/pull.vue
+12
-5
No files found.
pages.json
View file @
d84c49a0
...
...
@@ -212,7 +212,13 @@
"style"
:
{
"navigationBarTitleText"
:
"常见问题"
}
}
},
{
"path"
:
"pages/personal/refundOk"
,
"style"
:
{
"navigationBarTitleText"
:
"退款成功"
}
}
]
}
],
...
...
pagesC/pages/shop/pay.vue
View file @
d84c49a0
...
...
@@ -188,6 +188,7 @@ export default {
});
if
(
!
defaultFlagExist
){
this
.
addressInfo
=
this
.
addressList
[
0
]
this
.
addressId
=
this
.
addressList
[
0
].
id
this
.
addressShow
=
true
}
}
...
...
pagesD/pages/personal/pull.vue
View file @
d84c49a0
...
...
@@ -64,11 +64,18 @@ export default {
}
this
.
http
.
httpTokenRequest
(
opts
,
orderRefund
).
then
(
res
=>
{
if
(
res
.
data
.
code
==
200
)
{
uni
.
showToast
({
title
:
'退款申请成功'
,
icon
:
'success'
,
})
}
// uni.showToast({
// title: '退款申请成功',
// icon: 'success',
// })
uni
.
navigateTo
({
url
:
'/pagesD/pages/personal/refundOk'
})
}
else
{
uni
.
showModal
({
content
:
res
.
data
.
msg
,
})
}
})
}
},
...
...
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