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
8298eb0f
Commit
8298eb0f
authored
Mar 07, 2025
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'B2C' of
http://gitlab.oytour.com/zk123/jz_travel
into B2C
parents
d93f1972
da163641
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
26 deletions
+7
-26
visa_Reserve.vue
pages/visa/visa_Reserve.vue
+5
-15
visa_SureOrder.vue
pages/visa/visa_SureOrder.vue
+2
-11
No files found.
pages/visa/visa_Reserve.vue
View file @
8298eb0f
...
...
@@ -888,7 +888,6 @@
},
goPayHandler
(
OrderNo
)
{
let
that
=
this
;
var
price
=
(
this
.
price
-
this
.
currentCoupon
.
discountMoney
).
toFixed
(
2
)
uni
.
requestPayment
({
provider
:
"wxpay"
,
timeStamp
:
this
.
orderInfo
.
timeStamp
,
...
...
@@ -903,20 +902,11 @@
title
:
"支付成功"
,
});
setTimeout
(()
=>
{
// #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
uni
.
redirectTo
({
url
:
"/pages/jiuzhai/paysuccess?PreferPrice="
+
(
that
.
price
-
that
.
currentCoupon
.
discountMoney
).
toFixed
(
2
)
+
"&isFrom=3"
,
});
},
100
);
},
...
...
pages/visa/visa_SureOrder.vue
View file @
8298eb0f
...
...
@@ -645,21 +645,12 @@
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
+
((
that
.
orderData
.
OrderModel
.
TotalPrice
-
that
.
orderData
.
OrderModel
.
DiscountMoney
).
toFixed
(
2
))
+
"&isFrom=3"
,
});
// #endif
},
100
);
},
100
);
},
fail
:
function
(
err
)
{
console
.
log
(
"fail:"
,
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