Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
517753eb
Commit
517753eb
authored
Mar 07, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
dfe23638
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
9 deletions
+29
-9
visa_Reserve.vue
pages/visa/visa_Reserve.vue
+16
-5
visa_SureOrder.vue
pages/visa/visa_SureOrder.vue
+13
-4
No files found.
pages/visa/visa_Reserve.vue
View file @
517753eb
...
...
@@ -888,6 +888,7 @@
},
goPayHandler
(
OrderNo
)
{
let
that
=
this
;
var
price
=
(
this
.
price
-
this
.
currentCoupon
.
discountMoney
).
toFixed
(
2
)
uni
.
requestPayment
({
provider
:
"wxpay"
,
timeStamp
:
this
.
orderInfo
.
timeStamp
,
...
...
@@ -902,11 +903,21 @@
title
:
"支付成功"
,
});
setTimeout
(()
=>
{
uni
.
redirectTo
({
url
:
"/pages/jiuzhai/paysuccess?PreferPrice="
+
that
.
price
+
"&isFrom=1"
,
});
// #ifdef MP-DI
uni
.
redirectTo
({
url
:
"/pages/jiuzhai/paysuccess?PreferPrice="
+
price
+
"&isFrom=3"
,
});
// #endif
// #ifdef MP-AG
uni
.
redirectTo
({
url
:
"/pages/jiuzhai/paysuccess?PreferPrice="
+
this
.
price
+
"&isFrom=3"
,
});
// #endif
},
100
);
},
fail
:
function
(
err
)
{
...
...
pages/visa/visa_SureOrder.vue
View file @
517753eb
...
...
@@ -645,11 +645,20 @@
title
:
"支付成功"
,
});
setTimeout
(()
=>
{
// #ifdef MP-DI
uni
.
redirectTo
({
url
:
"/pages/jiuzhai/paysuccess?PreferPrice="
+
that
.
orderData
.
model
.
DueInMoney
+
"&isFrom=3"
,
});
// #endif
// #ifdef MP-AG
uni
.
redirectTo
({
url
:
"/pages/jiuzhai/paysuccess?PreferPrice="
+
that
.
price
+
"&isFrom=3"
,
});
url
:
"/pages/jiuzhai/paysuccess?PreferPrice="
+
that
.
price
+
"&isFrom=3"
,
});
// #endif
},
100
);
},
fail
:
function
(
err
)
{
...
...
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