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
7c9e6fac
Commit
7c9e6fac
authored
Sep 02, 2019
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
333
parent
f4818fb7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
10 deletions
+16
-10
achieveRegion.vue
public/appnew/src/components/achieveMain/achieveRegion.vue
+16
-10
No files found.
public/appnew/src/components/achieveMain/achieveRegion.vue
View file @
7c9e6fac
...
...
@@ -54,8 +54,8 @@
<li
class=
"flex"
v-for=
"(item2,index2) in item.dataList"
:data-id=
"item2.store_id"
>
<div
class=
"db-line"
>
<!--
<div
class=
"ellipsis"
>
{{
item2
.
store_name
}}
</div>
-->
<div
v-show=
"i
sBoss
==1"
>
{{
item2
.
name
}}
</div>
<div
v-show=
"i
sBoss
==0"
>
{{
item2
.
store_name
}}
</div>
<div
v-show=
"i
nitTabNumMain
==1"
>
{{
item2
.
name
}}
</div>
<div
v-show=
"i
nitTabNumMain
==0"
>
{{
item2
.
store_name
}}
</div>
</div>
<div
class=
"flex-center"
>
{{
item2
.
add_house_num
}}
</div>
...
...
@@ -204,9 +204,11 @@
_this
.
ajaxMainNum
(
function
()
{
if
(
_this
.
userLevel
==
'30'
||
_this
.
userLevel
==
'40'
||
localStorage
.
getItem
(
'isBoss'
)
==
0
)
{
if
(
localStorage
.
getItem
(
'isBoss'
)
==
0
){
_this
.
ajaxUl
(
2
);
}
else
{
_this
.
ajaxUl
(
_this
.
initTabNumMain
===
0
?
2
:
1
);
}
else
if
(
_this
.
userLevel
==
'30'
||
_this
.
userLevel
==
'40'
){
_this
.
ajaxUl
(
_this
.
initTabNumMain
===
0
?
2
:
1
);
}
else
{
_this
.
ajaxUl
(
1
);
}
}
else
{
_this
.
ajaxUl
(
1
);
...
...
@@ -221,10 +223,12 @@
//Vue.set(_this.tabsMain[index], 'isLoadMain', true);
if
(
_this
.
userLevel
==
'30'
||
_this
.
userLevel
==
'40'
||
localStorage
.
getItem
(
'isBoss'
)
==
0
)
{
if
(
localStorage
.
getItem
(
'isBoss'
)
==
0
){
_this
.
ajaxUl
(
2
);
}
else
{
_this
.
ajaxUl
(
_this
.
initTabNumMain
===
0
?
2
:
1
);
}
_this
.
ajaxUl
(
_this
.
initTabNumMain
===
0
?
2
:
1
);
}
else
if
(
_this
.
userLevel
==
'30'
||
_this
.
userLevel
==
'40'
){
_this
.
ajaxUl
(
_this
.
initTabNumMain
===
0
?
2
:
1
);
}
else
{
_this
.
ajaxUl
(
1
);
}
}
else
{
_this
.
ajaxUl
(
1
);
}
...
...
@@ -271,9 +275,11 @@
_this
.
ajaxMainNum
(
function
()
{
if
(
_this
.
userLevel
==
'30'
||
_this
.
userLevel
==
'40'
||
localStorage
.
getItem
(
'isBoss'
)
==
0
)
{
if
(
localStorage
.
getItem
(
'isBoss'
)
==
0
){
_this
.
ajaxUl
(
2
);
}
else
{
_this
.
ajaxUl
(
_this
.
initTabNumMain
===
0
?
2
:
1
);
}
else
if
(
_this
.
userLevel
==
'30'
||
_this
.
userLevel
==
'40'
){
_this
.
ajaxUl
(
_this
.
initTabNumMain
===
0
?
2
:
1
);
}
else
{
_this
.
ajaxUl
(
1
);
}
}
else
{
_this
.
ajaxUl
(
1
);
...
...
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