Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
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
hujun
tl_estate
Commits
5089c424
Commit
5089c424
authored
Nov 06, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺列表 修改
parent
80b5c64b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletion
+25
-1
shopList.vue
public/appnew/src/components/shop/shopList.vue
+25
-1
No files found.
public/appnew/src/components/shop/shopList.vue
View file @
5089c424
<
template
>
<div
class=
"min-height-list"
>
<nav>
<div
class=
"top-city-select-area flex-center"
>
<select
@
change=
"changeCity"
>
<option
value=
"10001"
>
上海市
</option>
<option
value=
"10002"
>
杭州市
</option>
</select>
</div>
<div
class=
"nav-main"
>
<div
v-for=
"(item, index) in mainData"
:key=
"item.title"
:class=
"
{active:index === initTabNumMain}" @click="tabMain(index)">
{{
item
.
title
}}
</div>
</div>
...
...
@@ -213,6 +219,11 @@
}
});
},
changeCity
(
c
)
{
let
_this
=
this
;
console
.
log
(
c
.
target
.
value
);
},
tabYeTai
(
index
){
let
_this
=
this
;
...
...
@@ -278,7 +289,7 @@
font-size
:
.46rem
;
top
:
0
;
z-index
:
666
;
color
:
#999999
;
}
nav
>
.nav-seat
{
...
...
@@ -292,6 +303,8 @@
nav
>
.nav-main
>
div
.active
{
position
:
relative
;
color
:
#1A1A1A
;
}
nav
>
.nav-main
>
div
.active
::after
{
...
...
@@ -474,4 +487,15 @@
background-color
:
#FFA029
;
color
:
#fff
;
}
/*城市 筛选*/
.top-city-select-area
{
position
:
fixed
;
top
:
0
;
left
:
0.18rem
;
z-index
:
668
;
font-size
:
0.28rem
;
color
:
#1A1A1A
;
width
:
1.8rem
;
}
</
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