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
a517923c
Commit
a517923c
authored
May 09, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
c54f6cd2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
AggregateOrdersList.vue
pages/AggregateOrders/AggregateOrdersList.vue
+2
-1
alightingPoint.vue
pages/bus/components/address/alightingPoint.vue
+1
-0
index.vue
pages/bus/index.vue
+1
-0
No files found.
pages/AggregateOrders/AggregateOrdersList.vue
View file @
a517923c
...
@@ -124,10 +124,11 @@
...
@@ -124,10 +124,11 @@
},
},
onLoad
(
options
)
{
onLoad
(
options
)
{
if
(
options
.
OrderTypeStr
)
this
.
msg
.
OrderTypeStr
=
options
.
OrderTypeStr
if
(
options
.
OrderTypeStr
)
this
.
msg
.
OrderTypeStr
=
options
.
OrderTypeStr
else
this
.
research
()
if
(
options
.
OrderStatus
)
this
.
msg
.
OrderStatus
=
options
.
OrderStatus
if
(
options
.
OrderStatus
)
this
.
msg
.
OrderStatus
=
options
.
OrderStatus
},
},
onShow
()
{
onShow
()
{
this
.
research
()
},
},
created
()
{
created
()
{
const
that
=
this
const
that
=
this
...
...
pages/bus/components/address/alightingPoint.vue
View file @
a517923c
...
@@ -185,6 +185,7 @@
...
@@ -185,6 +185,7 @@
})
})
},
},
searchClose
()
{
searchClose
()
{
uni
.
hideLoading
()
this
.
isShow
=
false
this
.
isShow
=
false
this
.
parameters
.
KeyWords
=
''
this
.
parameters
.
KeyWords
=
''
this
.
addressList
=
[]
this
.
addressList
=
[]
...
...
pages/bus/index.vue
View file @
a517923c
...
@@ -178,6 +178,7 @@
...
@@ -178,6 +178,7 @@
@
cancel=
"setDateHandler"
@
cancel=
"setDateHandler"
@
confirm=
"setDateHandler"
@
confirm=
"setDateHandler"
confirmColor=
"#B99846"
confirmColor=
"#B99846"
:defaultTime=
"busInfor.time"
></u-picker>
></u-picker>
<!--机场选择-->
<!--机场选择-->
<u-popup
mode=
"bottom"
border-radius=
"20"
<u-popup
mode=
"bottom"
border-radius=
"20"
...
...
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