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
3bbb9234
Commit
3bbb9234
authored
Oct 15, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
cdc707b6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
5 deletions
+10
-5
jz_MyOrder.vue
pages/jiuzhai/jz_MyOrder.vue
+1
-1
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+8
-0
jz_SureOrder.vue
pages/jiuzhai/jz_SureOrder.vue
+1
-1
fillOrder.vue
pages/ticketCoupons/fillOrder.vue
+0
-3
No files found.
pages/jiuzhai/jz_MyOrder.vue
View file @
3bbb9234
...
...
@@ -559,13 +559,13 @@ export default {
},
(
res
)
=>
{
console
.
log
(
"cb"
,
res
);
uni
.
hideLoading
();
uni
.
redirectTo
({
url
:
"/pages/jiuzhai/paysuccess?PreferPrice="
+
obj
.
preferPrice
+
"&isFrom=1"
,
});
uni
.
hideLoading
();
},
(
err
)
=>
{
console
.
log
(
"cb2"
,
err
);
...
...
pages/jiuzhai/jz_Reserve.vue
View file @
3bbb9234
...
...
@@ -899,6 +899,9 @@ export default {
//支付宝支付
querenAli
(
data
)
{
let
that
=
this
;
uni
.
showLoading
({
title
:
"支付中"
,
});
let
url
=
"/api/WeChatPay/GetTravlePayInfo"
;
let
GoodsName
=
this
.
currentPriceInfo
.
title
;
this
.
request2
(
...
...
@@ -918,6 +921,7 @@ export default {
that
.
PayAli
(
res
.
data
,
data
);
});
}
else
{
uni
.
hideLoading
();
uni
.
showToast
({
title
:
"获取交易号失败"
,
duration
:
2000
,
...
...
@@ -942,6 +946,7 @@ export default {
};
that
.
payAliCallback
(
cbObj
);
}
else
{
uni
.
hideLoading
();
uni
.
showToast
({
title
:
"支付失败"
,
icon
:
"none"
,
...
...
@@ -955,6 +960,7 @@ export default {
},
fail
:
function
(
err
)
{
console
.
log
(
"fail:"
,
err
);
uni
.
hideLoading
();
uni
.
showToast
({
title
:
"支付失败"
,
icon
:
"none"
,
...
...
@@ -989,10 +995,12 @@ export default {
obj
.
preferPrice
+
"&isFrom=1"
,
});
uni
.
hideLoading
();
},
(
err
)
=>
{
this
.
submit
=
false
;
console
.
log
(
"cb2"
,
err
);
uni
.
hideLoading
();
uni
.
showToast
({
title
:
"支付失败"
,
icon
:
"none"
,
...
...
pages/jiuzhai/jz_SureOrder.vue
View file @
3bbb9234
...
...
@@ -951,13 +951,13 @@ export default {
},
(
res
)
=>
{
that
.
submit
=
false
;
uni
.
hideLoading
();
uni
.
redirectTo
({
url
:
"/pages/jiuzhai/paysuccess?PreferPrice="
+
obj
.
preferPrice
+
"&isFrom=1"
,
});
uni
.
hideLoading
();
},
(
err
)
=>
{
console
.
log
(
"err"
,
err
);
...
...
pages/ticketCoupons/fillOrder.vue
View file @
3bbb9234
...
...
@@ -84,9 +84,6 @@
</
template
>
<
script
>
// #ifdef MP-ALIPAY
import
{
SubscribeMsgAli
}
from
"../../plugin/utils"
;
// #endif
import
guest
from
"./components/guestList.vue"
;
export
default
{
components
:
{
...
...
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