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
372ebd84
Commit
372ebd84
authored
Jan 16, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3422f301
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
159 additions
and
115 deletions
+159
-115
index.vue
pages/coupon/index/index.vue
+147
-108
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+12
-7
No files found.
pages/coupon/index/index.vue
View file @
372ebd84
This diff is collapsed.
Click to expand it.
pages/jiuzhai/jz_Reserve.vue
View file @
372ebd84
...
...
@@ -849,18 +849,23 @@
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
uni
.
showToast
({
title
:
'订单创建成功
,正在拉取微信支付
'
,
title
:
'订单创建成功
.
'
,
icon
:
'none'
})
let
data
=
res
.
data
;
data
.
CoverImg
=
this
.
currentPriceInfo
.
CoverImg
;
let
myData
=
JSON
.
stringify
(
data
);
this
.
orderData
=
encodeURIComponent
(
myData
);
uni
.
redirectTo
({
url
:
"/pages/jiuzhai/jz_MyOrder"
,
});
// let data = res.data;
// data.CoverImg = this.currentPriceInfo.CoverImg;
// let myData = JSON.stringify(data);
// this.orderData = encodeURIComponent(myData);
// #ifdef MP-WEIXIN
this
.
queren
(
data
.
OrderId
);
// 去掉支付
//this.queren(data.OrderId);
// #endif
// #ifdef MP-ALIPAY
this
.
querenAli
(
data
);
//去掉支付
//this.querenAli(data);
// #endif
}
else
{}
this
.
submit
=
false
;
...
...
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