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
2163aba3
Commit
2163aba3
authored
Jul 12, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查看商铺优化
parent
2d7fc044
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
17 deletions
+3
-17
shop_detail_pc.html
application/app_broker/view/index/shop_detail_pc.html
+1
-1
shop_detail_pc.js
public/app/js/shop_detail_pc.js
+2
-16
No files found.
application/app_broker/view/index/shop_detail_pc.html
View file @
2163aba3
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
<div
class=
"fl"
>
房东:
</div>
<div
class=
"fl"
>
房东:
</div>
<div
class=
"fl"
>
<div
class=
"fl"
>
<ul
class=
"oh phone-list"
>
<ul
class=
"oh phone-list"
>
<li
class=
"fl oh"
v-for=
"(item, index) in d.landlord_phone"
:key=
"index"
>
{{item.name+'-'+
item.phone
}}
</li>
<li
class=
"fl oh"
v-for=
"(item, index) in d.landlord_phone"
:key=
"index"
>
{{item.name+'-'+
hidePhone(item.phone)
}}
</li>
</ul>
</ul>
</div>
</div>
</td>
</td>
...
...
public/app/js/shop_detail_pc.js
View file @
2163aba3
...
@@ -45,22 +45,8 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'],function
...
@@ -45,22 +45,8 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'],function
});
});
},
},
methods
:
{
methods
:
{
dealPriceSwicth
:
function
(
t
)
{
hidePhone
(
t
)
{
let
_this
=
this
;
return
hideTel
(
t
);
if
(
t
==
'1'
){
return
{
}
}
else
if
(
t
==
'2'
){
return
{
}
}
else
{
return
{
}
}
}
}
},
},
computed
:
{
computed
:
{
...
...
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