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
945420a5
Commit
945420a5
authored
Oct 20, 2023
by
18224442217
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
5322c986
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
airTicketList.vue
pages/airTicket/airTicketList.vue
+6
-6
No files found.
pages/airTicket/airTicketList.vue
View file @
945420a5
...
...
@@ -96,8 +96,8 @@
<text class="fz24">{{item.Name}}</text>
</view>
</view> -->
<view
class=
"MT
2
0"
></view>
<u-empty
v-if=
"NewDataList.length==0"
text=
"暂无数据"
mode=
"data"
padding-top=
"0"
></u-empty>
<view
class=
"MT
4
0"
></view>
<u-empty
v-if=
"NewDataList.length==0"
text=
"暂无数据"
mode=
"data"
padding-top=
"
2
0"
></u-empty>
<scroll-view
v-else
:scroll-y=
"true"
style=
"background-color: #f0f4f7;"
:enable-back-to-top=
"true"
:enable-flex=
"true"
@
scrolltolower=
"lower"
:style=
"{ 'height': `calc(100% - ${scrollHeight})`}"
>
...
...
@@ -350,7 +350,7 @@
this
.
NewDataList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
dataList
))
setTimeout
(()
=>
{
uni
.
hideLoading
()
},
5
00
)
},
3
00
)
}
else
{
this
.
StartDateObj
=
item
this
.
msg
.
StartDate
=
item
.
times
...
...
@@ -359,7 +359,7 @@
})
setTimeout
(()
=>
{
uni
.
hideLoading
()
},
5
00
)
},
3
00
)
}
}
else
{
...
...
@@ -367,8 +367,8 @@
}
},
chosenDateResult
(
obj
)
{
this
.
msg
.
s
tartDate
=
obj
.
start
;
this
.
msg
.
e
ndDate
=
obj
.
end
;
this
.
msg
.
S
tartDate
=
obj
.
start
;
this
.
msg
.
E
ndDate
=
obj
.
end
;
this
.
showTimePreviwe
=
false
this
.
getDateList
(
obj
.
day
)
},
...
...
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