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
56abcf61
Commit
56abcf61
authored
Nov 08, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
b00b183a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
shopList.vue
public/appnew/src/components/shop/shopList.vue
+13
-4
No files found.
public/appnew/src/components/shop/shopList.vue
View file @
56abcf61
...
@@ -9,6 +9,10 @@
...
@@ -9,6 +9,10 @@
</select>
</select>
<img
:src=
"icon_address"
class=
"icon-address-img"
/>
<img
:src=
"icon_address"
class=
"icon-address-img"
/>
</div>
</div>
<div
class=
"top-shop-search"
>
<img
:src=
"icon_address"
class=
"icon-address-img"
/>
</div>
<div
class=
"nav-main"
>
<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
v-for=
"(item, index) in mainData"
:key=
"item.title"
:class=
"
{active:index === initTabNumMain}" @click="tabMain(index)">
{{
item
.
title
}}
</div>
</div>
</div>
...
@@ -83,6 +87,7 @@
...
@@ -83,6 +87,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
icon_search
from
'@/components/shop/images/icon_search@2x.png'
;
import
icon_address
from
'@/components/shop/images/icon_address@2x.png'
;
import
icon_address
from
'@/components/shop/images/icon_address@2x.png'
;
import
icon_down
from
'@/components/shop/images/icon_down@2x.png'
;
import
icon_down
from
'@/components/shop/images/icon_down@2x.png'
;
import
icon_down02
from
'@/components/shop/images/icon_down02@2x.png'
;
import
icon_down02
from
'@/components/shop/images/icon_down02@2x.png'
;
...
@@ -128,6 +133,7 @@
...
@@ -128,6 +133,7 @@
icon_address
,
icon_address
,
icon_down02
,
icon_down02
,
icon_down
,
icon_down
,
icon_search
,
ajaxDisc
:
''
,
ajaxDisc
:
''
,
ajaxBusiness
:
0
,
ajaxBusiness
:
0
,
ajaxYeTai
:
'全部'
,
ajaxYeTai
:
'全部'
,
...
@@ -386,10 +392,6 @@
...
@@ -386,10 +392,6 @@
}
else
{
}
else
{
_this
.
arrShop
.
push
(
item
);
_this
.
arrShop
.
push
(
item
);
};
};
// if(_this.arrShop.indexOf('全部') > -1){
// var index = _this.arrShop.indexOf('全部');
// _this.arrShop.splice(index, 1);
// };
_this
.
ajaxShopSign
=
_this
.
arrShop
.
join
(
','
);
_this
.
ajaxShopSign
=
_this
.
arrShop
.
join
(
','
);
},
},
toShopDetail
(
id
){
toShopDetail
(
id
){
...
@@ -725,4 +727,11 @@
...
@@ -725,4 +727,11 @@
width
:
.21rem
;
width
:
.21rem
;
margin-left
:
.1rem
;
margin-left
:
.1rem
;
}
}
.top-shop-search
{
position
:
fixed
;
top
:
0
;
right
:
0.18rem
;
z-index
:
668
;
width
:
1.8rem
;
}
</
style
>
</
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