Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
Project
Project
Details
Activity
Releases
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
panyongping
uni-pdtravel
Commits
96232266
Commit
96232266
authored
Apr 02, 2025
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付逻辑修改
parent
dc80db9e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
orderPayment.vue
pages/payment/orderPayment/orderPayment.vue
+4
-1
No files found.
pages/payment/orderPayment/orderPayment.vue
View file @
96232266
...
@@ -161,6 +161,10 @@ export default {
...
@@ -161,6 +161,10 @@ export default {
})
})
this
.
$request
(
'orderc/order/findOrderInfo'
,
data
).
then
(
res
=>
{
this
.
$request
(
'orderc/order/findOrderInfo'
,
data
).
then
(
res
=>
{
if
(
res
.
code
==
'00'
)
{
if
(
res
.
code
==
'00'
)
{
this
.
errorMessage1
=
res
.
data
.
errorMessage
if
(
this
.
errorMessage1
){
return
}
if
(
this
.
albumOrderdetail
==
1
){
if
(
this
.
albumOrderdetail
==
1
){
//主要跳转影集订单详情,暂时是前端写死
//主要跳转影集订单详情,暂时是前端写死
this
.
afterBuyUrl
=
'/pages/album/albumOrderdetail/albumOrderdetail'
this
.
afterBuyUrl
=
'/pages/album/albumOrderdetail/albumOrderdetail'
...
@@ -185,7 +189,6 @@ export default {
...
@@ -185,7 +189,6 @@ export default {
url
:
'/pages/payment/paySuccess/paySuccess?orderId='
+
this
.
orderId
+
'&afterBuyUrl='
+
this
.
afterBuyUrl
url
:
'/pages/payment/paySuccess/paySuccess?orderId='
+
this
.
orderId
+
'&afterBuyUrl='
+
this
.
afterBuyUrl
})
})
}
}
this
.
errorMessage1
=
res
.
data
.
errorMessage
this
.
totalMoney
=
res
.
data
.
totalMoney
this
.
totalMoney
=
res
.
data
.
totalMoney
this
.
orderList
=
res
.
data
.
orderList
||
[]
this
.
orderList
=
res
.
data
.
orderList
||
[]
if
(
this
.
orderList
.
length
==
0
||
res
.
data
.
orderPageShowFlag
==
0
)
{
if
(
this
.
orderList
.
length
==
0
||
res
.
data
.
orderPageShowFlag
==
0
)
{
...
...
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