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
b450daff
Commit
b450daff
authored
Nov 29, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
颜色加深
parent
1e0b3bfa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
kkday.vue
src/components/searchProductdata/kkday.vue
+4
-4
kkday.vue
src/components/searchdata/kkday.vue
+4
-4
No files found.
src/components/searchProductdata/kkday.vue
View file @
b450daff
...
...
@@ -70,7 +70,7 @@
tick-strategy=
"leaf"
@
update:ticked=
"handleTicked"
:ticked=
"ticked"
/>
/>
</q-card
></popup>
<popup
mode=
"top"
v-model=
"showDate"
>
<q-card
flat
class=
"rounded-borders q-mt-lg overflow-hidden"
>
...
...
@@ -308,7 +308,7 @@
/>
<
/div
>
<
div
class
=
"text-subtitle2 text-grey
-6
text-weight-regular ellipsis-2-lines"
class
=
"text-subtitle2 text-grey text-weight-regular ellipsis-2-lines"
style
=
"line-height: 1.6"
@
click
=
"GotoDetails(x)"
>
...
...
@@ -326,7 +326,7 @@
<
template
v
-
if
=
"x.startDateList.length > 1"
>
<
q
-
badge
outline
:
color
=
"x.index == index ? 'secondary' : 'blue-grey-
11
'"
:
color
=
"x.index == index ? 'secondary' : 'blue-grey-
4
'"
:
label
=
"item"
v
-
for
=
"(item, index) in x.startDateList"
:
key
=
"index"
...
...
@@ -522,7 +522,7 @@ export default {
this.dateRange = { from: this.msg.startDate, to: this.msg.endDate
}
;
}
,
mounted() {
}
,
methods: {
handleSelected(target) {
...
...
src/components/searchdata/kkday.vue
View file @
b450daff
...
...
@@ -5,7 +5,7 @@
>
<!-- 移动端 -->
<div
v-if=
"$q.platform.is.mobile"
>
<div
class=
"flex"
>
<div
@
click=
"showAddress = true"
class=
"nav-item"
>
目的地
<i
class=
"iconfont iconarrowdown text-grey-6"
style=
"margin-top: 3px; margin-left:4px"
></i></div>
<div
@
click=
"showCategory = true"
class=
"nav-item"
>
商品類別
<i
class=
"iconfont iconarrowdown text-grey-6"
style=
"margin-top: 3px; margin-left:4px"
></i></div>
...
...
@@ -38,7 +38,7 @@
/>
</q-card>
</popup>
<popup
mode=
"top"
v-model=
"showCategory"
>
<q-card
flat
class=
"rounded-borders q-py-md q-mt-lg"
>
<div
class=
"text-subtitle1 text-weight-bold q-mx-md"
>
所有商品類別
</div>
...
...
@@ -308,7 +308,7 @@
/>
<
/div
>
<
div
class
=
"text-subtitle2 text-grey
-6
text-weight-regular ellipsis-2-lines"
class
=
"text-subtitle2 text-grey text-weight-regular ellipsis-2-lines"
style
=
"line-height: 1.6"
>
{{
x
.
productRecommend
}}
...
...
@@ -960,5 +960,5 @@ export default {
}
.nav-item:hover {
background: #f5f5f5;
}
}
</style>
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