Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
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
viitto
million
Commits
68cf57d3
Commit
68cf57d3
authored
Feb 22, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接送机,包车服务
parent
7b28d2f0
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
309 additions
and
308 deletions
+309
-308
kkday.vue
src/components/searchdata/kkday.vue
+4
-3
app.scss
src/css/app.scss
+3
-0
detailsCar.vue
src/pages/detailsCar.vue
+302
-305
No files found.
src/components/searchdata/kkday.vue
View file @
68cf57d3
...
@@ -731,9 +731,10 @@ export default {
...
@@ -731,9 +731,10 @@ export default {
this
.
$q
.
loading
.
hide
();
this
.
$q
.
loading
.
hide
();
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
PageCount
=
res
.
data
.
data
.
pageCount
;
this
.
PageCount
=
res
.
data
.
data
.
List
.
pageCount
;
this
.
TotalCount
=
res
.
data
.
data
.
count
;
this
.
TotalCount
=
res
.
data
.
data
.
List
.
count
;
var
tempArray
=
res
.
data
.
data
.
pageData
;
var
tempArray
=
res
.
data
.
data
.
List
.
pageData
;
console
.
log
(
'getSearch data'
,
tempArray
)
if
(
tempArray
&&
tempArray
.
length
>
0
)
{
if
(
tempArray
&&
tempArray
.
length
>
0
)
{
// tempArray.forEach(item => {
// tempArray.forEach(item => {
// if (item.imgCover && item.imgCover != "") {
// if (item.imgCover && item.imgCover != "") {
...
...
src/css/app.scss
View file @
68cf57d3
...
@@ -99,6 +99,9 @@
...
@@ -99,6 +99,9 @@
.f26
{
.f26
{
font-size
:
26px
;
font-size
:
26px
;
}
}
.f36
{
font-size
:
36px
;
}
.text-center
{
.text-center
{
text-align
:
center
;
text-align
:
center
;
}
}
...
...
src/pages/detailsCar.vue
View file @
68cf57d3
This diff is collapsed.
Click to expand it.
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