Commit 0627b76c authored by xishifeng's avatar xishifeng

经纪人详情头像处理

parent c5a1188e
......@@ -19,7 +19,7 @@
<div class="user-info-area oh">
<div class="user-info-area-left fl oh">
<figure class="portrait-area oh fl"><img src="/app/images/temp/photo.png" class="fl" /></figure>
<figure class="portrait-area oh fl"><img src="/app/images/ic_default_headpic.png" class="fl" onerror="javascript:this.src='/app/images/ic_default_headpic.png'" /></figure>
<figcaption class="info-p-area fl">
<p id="name_jingjiren"></p>
<p>入职同联:<span id="time_ruzhi"></span></p>
......@@ -132,5 +132,11 @@
<script src="/app/js/jquery-1122-min.js" charset="UTF-8"></script>
<script src="/app/js/common.js" charset="UTF-8"></script>
<script src="/app/js/agent_detail.js" charset="UTF-8"></script>
<script src="http://dev0.tonglianjituan.com/vConsole-dev/dist/vconsole.min.js"></script>
<script>
var vConsole = new VConsole();
console.log('Hello world');
</script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment