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
7ff957d0
Commit
7ff957d0
authored
May 06, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
89d3ddc5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
busDetails.vue
pages/bus/busDetails.vue
+2
-0
busList.vue
pages/bus/busList.vue
+0
-1
order.vue
pages/bus/order.vue
+3
-1
No files found.
pages/bus/busDetails.vue
View file @
7ff957d0
...
...
@@ -400,6 +400,7 @@
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
if
(
options
.
orderMsg
){
this
.
orderMsg
=
JSON
.
parse
(
options
.
orderMsg
)
console
.
log
(
this
.
orderMsg
,
'----------'
)
}
},
onShow
()
{
...
...
@@ -433,6 +434,7 @@
this
.
busInfor
=
obj
;
this
.
orderMsg
=
{
...
this
.
orderMsg
,
OrderType
:
obj
.
CarType
,
OrderDate
:
obj
.
time
,
ProductId
:
this
.
id
,
AirportId
:
obj
.
AirportId
,
...
...
pages/bus/busList.vue
View file @
7ff957d0
...
...
@@ -104,7 +104,6 @@ export default {
key
:
"busInfor"
,
success
:
(
res
)
=>
{
let
obj
=
JSON
.
parse
(
res
.
data
);
console
.
log
(
obj
,
'---'
)
this
.
busInfor
=
obj
this
.
msg
.
CarType
=
obj
.
CarType
this
.
msg
.
Q_Country
=
obj
.
CountryId
...
...
pages/bus/order.vue
View file @
7ff957d0
...
...
@@ -459,9 +459,11 @@
let
msg
=
JSON
.
parse
(
options
.
msg
)
this
.
orderMsg
=
{
...
this
.
orderMsg
,
...
msg
...
msg
,
}
console
.
log
(
msg
,
'--------'
)
}
if
(
options
.
CreateBy
)
{
this
.
CreateBy
=
options
.
CreateBy
}
...
...
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