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
da68ae2b
Commit
da68ae2b
authored
Nov 21, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
487991f8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
share_detail.html
application/app/view/index/share_detail.html
+2
-2
details_tl.css
public/app/css/details_tl.css
+2
-3
agent-tel-pc.png
public/app/images/agent-tel-pc.png
+0
-0
detaila_tuiguang.js
public/app/js/detaila_tuiguang.js
+1
-1
No files found.
application/app/view/index/share_detail.html
View file @
da68ae2b
...
@@ -178,7 +178,7 @@
...
@@ -178,7 +178,7 @@
咨询经纪人
咨询经纪人
</p>
</p>
<ul
class=
"b4_font2 ul-agent-content-pc"
style=
"margin-bottom: 3.6rem;"
>
<ul
class=
"b4_font2 ul-agent-content-pc"
style=
"margin-bottom: 3.6rem;"
>
<li>
<
!--<
li>
<img src="" onerror="javascript:this.src='/app/images/ic_default_headpic.png'" class="head-img-agent-pc"/>
<img src="" onerror="javascript:this.src='/app/images/ic_default_headpic.png'" class="head-img-agent-pc"/>
<div class="agent-content-pc">
<div class="agent-content-pc">
<p class="agent-name-pc">507张添</p>
<p class="agent-name-pc">507张添</p>
...
@@ -197,7 +197,7 @@
...
@@ -197,7 +197,7 @@
<a id="fix_tel_pc" href="javascript:;">
<a id="fix_tel_pc" href="javascript:;">
<img src="" onerror="javascript:this.src='/app/images/ic_default_headpic.png'" class="tel-img-agent-pc"/>
<img src="" onerror="javascript:this.src='/app/images/ic_default_headpic.png'" class="tel-img-agent-pc"/>
</a>
</a>
</li>
</li>
-->
</ul>
</ul>
</div>
</div>
<div
style=
"height: 2rem;"
>
<div
style=
"height: 2rem;"
>
...
...
public/app/css/details_tl.css
View file @
da68ae2b
...
@@ -462,9 +462,8 @@ body{
...
@@ -462,9 +462,8 @@ body{
float
:
left
;
float
:
left
;
}
}
.tel-img-agent-pc
{
.tel-img-agent-pc
{
height
:
.64rem
;
height
:
.5rem
;
width
:
.64rem
;
width
:
.5rem
;
border-radius
:
.32rem
;
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
.agent-content-pc
{
.agent-content-pc
{
...
...
public/app/images/agent-tel-pc.png
0 → 100644
View file @
da68ae2b
3.43 KB
public/app/js/detaila_tuiguang.js
View file @
da68ae2b
...
@@ -275,7 +275,7 @@
...
@@ -275,7 +275,7 @@
var
pc_agent_length
=
response
.
data
.
list
;
var
pc_agent_length
=
response
.
data
.
list
;
var
agent_item_ul
=
''
;
var
agent_item_ul
=
''
;
for
(
var
n
=
0
;
n
<
pc_agent_length
.
length
;
n
++
)
{
for
(
var
n
=
0
;
n
<
pc_agent_length
.
length
;
n
++
)
{
agent_item_ul
+=
'<li><img src="'
+
response
.
data
.
list
[
n
].
head_portrait
+
'" onerror="src=
\'
/app/images/ic_default_headpic.png
\'
" class="head-img-agent-pc"/><div class="agent-content-pc"><p class="agent-name-pc">'
+
response
.
data
.
list
[
n
].
id
+
response
.
data
.
list
[
n
].
name
+
'</p><p class="agent-grade-pc">评分:<span>'
+
response
.
data
.
list
[
n
].
evaluate
+
'</span>/<span>'
+
response
.
data
.
list
[
n
].
evaluate_grade
*
10
+
'</span>人评价</p></div><a id="fix_tel_pc" href="tel:'
+
response
.
data
.
list
[
n
].
phone
+
'"><img src="" onerror="javascript:this.src=
\'
/app/images/ic_default_headpi
c.png
\'
" class="tel-img-agent-pc"/></a></li>'
agent_item_ul
+=
'<li><img src="'
+
response
.
data
.
list
[
n
].
head_portrait
+
'" onerror="src=
\'
/app/images/ic_default_headpic.png
\'
" class="head-img-agent-pc"/><div class="agent-content-pc"><p class="agent-name-pc">'
+
response
.
data
.
list
[
n
].
id
+
response
.
data
.
list
[
n
].
name
+
'</p><p class="agent-grade-pc">评分:<span>'
+
response
.
data
.
list
[
n
].
evaluate
_grade
+
'</span>/<span>'
+
response
.
data
.
list
[
n
].
evaluate
+
'</span>人评价</p></div><a id="fix_tel_pc" href="tel:'
+
response
.
data
.
list
[
n
].
phone
+
'"><img src="" onerror="javascript:this.src=
\'
/app/images/agent-tel-p
c.png
\'
" class="tel-img-agent-pc"/></a></li>'
$
(
".ul-agent-content-pc"
).
html
(
agent_item_ul
);
$
(
".ul-agent-content-pc"
).
html
(
agent_item_ul
);
};
};
}
else
{
}
else
{
...
...
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