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
ec3f3138
Commit
ec3f3138
authored
May 16, 2018
by
xishifeng
Committed by
hujun
May 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
占位图bug处理
parent
cc2e279b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
customerinfo_details_new.html
...ation/app_broker/view/index/customerinfo_details_new.html
+3
-3
customerinfo_details_new.js
public/app/js/customerinfo_details_new.js
+1
-1
No files found.
application/app_broker/view/index/customerinfo_details_new.html
View file @
ec3f3138
...
...
@@ -28,7 +28,7 @@
<div
class=
"header_seat"
></div>
<div
class=
"info-area"
>
<div><img
src=
"/app/images/ic_default_headpic.png"
onerror=
"javascript:this.src='images/ic_default_headpic.png'"
id=
"customer_pic"
/></div>
<div><img
src=
"/app/images/ic_default_headpic.png"
onerror=
"javascript:this.src='
/app/
images/ic_default_headpic.png'"
id=
"customer_pic"
/></div>
<div>
<p>
客户姓名:
<span
id=
"name"
></span></p>
<p>
客户电话:
...
...
@@ -47,7 +47,7 @@
<ul>
<!--<li>
<div class="li-top">
<div class="li-top-left"><img src="/app/images/ic_default_headpic.png" onerror="javascript:this.src='images/ic_default_headpic.png'" /></div>
<div class="li-top-left"><img src="/app/images/ic_default_headpic.png" onerror="javascript:this.src='
/app/
images/ic_default_headpic.png'" /></div>
<div class="li-top-right">
<div class="li-top-right-header">
<div>顾倾城【南京东路店】</div>
...
...
@@ -155,7 +155,7 @@
<script
type=
"text/javascript"
src=
"/app/js/jquery-1122-min.js"
></script>
<script
src=
"/app/js/common.js?new39"
charset=
"utf-8"
></script>
<script
src=
"/app/js/customerinfo_details_new.js?new4
3
"
></script>
<script
src=
"/app/js/customerinfo_details_new.js?new4
4
"
></script>
</body>
...
...
public/app/js/customerinfo_details_new.js
View file @
ec3f3138
...
...
@@ -111,7 +111,7 @@ function loadMain(){
var
_htmlTemp
=
''
;
if
(
data
[
'data'
][
'user_date'
]
&&
data
[
'data'
][
'user_date'
].
length
>
0
){
$
.
each
(
data
[
'data'
][
'user_date'
],
function
(
i
,
item
)
{
_htmlTemp
+=
'<li><div class="li-top"><div class="li-top-left"><img src="{0}" onerror="javascript:this.src=
\'
images/ic_default_headpic.png
\'
" /></div><div class="li-top-right"><div class="li-top-right-header"><div>{1}</div><div>{3}</div></div><p>{2}{5}</p>{6}</div></div></li>'
.
stringFormatObj
({
_htmlTemp
+=
'<li><div class="li-top"><div class="li-top-left"><img src="{0}" onerror="javascript:this.src=
\'
/app/
images/ic_default_headpic.png
\'
" /></div><div class="li-top-right"><div class="li-top-right-header"><div>{1}</div><div>{3}</div></div><p>{2}{5}</p>{6}</div></div></li>'
.
stringFormatObj
({
'0'
:
data
[
'data'
][
'agent_path'
]
+
item
[
'img'
],
'1'
:
item
[
'name'
],
'2'
:
item
[
'step_name'
]
==
'phone_fllow_up'
?
'电话跟进:'
:(
item
[
'step_name'
]
==
'fllow_up'
?
'跟进:'
:
''
),
...
...
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