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
6f1abe91
Commit
6f1abe91
authored
Apr 25, 2025
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'B2C' of
http://gitlab.oytour.com/zk123/jz_travel
into B2C
parents
bd78b251
949e79b2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
138 additions
and
100 deletions
+138
-100
flightDetail.vue
pages/airTicket/flightDetail.vue
+1
-0
order.vue
pages/hotel/order.vue
+134
-99
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+2
-1
visa_Reserve.vue
pages/visa/visa_Reserve.vue
+1
-0
No files found.
pages/airTicket/flightDetail.vue
View file @
6f1abe91
...
...
@@ -363,6 +363,7 @@
Income
:
0
,
Refund
:
0
,
MallBaseId
:
uni
.
getStorageSync
(
'mall_UserInfo'
).
MallBaseId
,
DOrderType
:
1
,
};
this
.
apipost
(
"AddOrderInfo_post"
,
msg
,
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
...
...
pages/hotel/order.vue
View file @
6f1abe91
This diff is collapsed.
Click to expand it.
pages/jiuzhai/jz_Reserve.vue
View file @
6f1abe91
...
...
@@ -680,7 +680,8 @@
Income
:
0
,
Refund
:
0
,
MallBaseId
:
this
.
userInfo
.
MallBaseId
,
CreateBy
:
0
CreateBy
:
0
,
DOrderType
:
1
}
;
// #ifdef MP-DI
if
(
this
.
customer
.
salesBaseInfo
&&
this
.
customer
.
salesBaseInfo
.
employeeId
){
...
...
pages/visa/visa_Reserve.vue
View file @
6f1abe91
...
...
@@ -871,6 +871,7 @@
Income
:
0
,
Refund
:
0
,
MallBaseId
:
this
.
userInfo
.
MallBaseId
,
DOrderType
:
1
};
this
.
apipost
(
"AddOrderInfo_post"
,
msg
,
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
...
...
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