Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑难] 同城邂逅调用头像的问题 (js)

[复制链接]
暗恋未遂 发表于 2009-9-15 15:15:04 | 显示全部楼层 |阅读模式
UCHome模板
适用版本:
语言编码:  
风格转换者:
本帖最后由 暗恋未遂 于 2009-9-15 15:27 编辑

GoogleMap.prototype.htmlfunc = function(arr) {
        var str = '<table cellpadding="3" cellspacing="0"><tr><td width="55"><div class="avatar48"><a href="space.php?uid='+arr.uid;
        str += '"><img src="'+arr.pic;        
        str += '</a></div></td><td><p>我是<a href="space.php?uid='+arr.uid;
        str += '">'+arr.username;
        str += '</a>: '+arr.sex;
        str += '</p><p>QQ号:'+arr.qq;
        str += '</p><p>[<a href="cp.php?ac=poke&op=send&uid='+arr.uid;
        str += '" id="a_poke_'+arr.uid;
        str += '" title="打招呼">打招呼</a>]';
        str += '[<a href="cp.php?ac=pm&&uid='+arr.uid;
        str += '" id="a_pm_'+arr.uid;
        str += '" title="发消息">发消息</a>]';
        str += '</p><p>'+arr.node;
        str += '</p></td></tr></table>';
        return str;
}


我想调用会员头像,调出来的都是默认的没有头像的头像。
怎么解决啊?
 楼主| 暗恋未遂 发表于 2009-9-15 16:00:14 | 显示全部楼层
没人知道吗?
回复

使用道具 举报

dm173 发表于 2009-9-16 22:33:49 | 显示全部楼层
红色的字 换成
  1. str += '">'+arr.pic;
复制代码
回复

使用道具 举报

cbsbwffg 发表于 2009-9-16 23:15:03 | 显示全部楼层
GoogleMap.prototype.htmlfunc = function(arr) {
        var str = '<table cellpadding="3" cellspacing="0"><tr><td width="55"><div class="avatar48"><a href="space.php?uid='+arr.uid;
        str += '">'+arr.pic;        
        str += '</a></div></td><td><p>我是<a href="space.php?uid='+arr.uid;
        str += '">'+arr.username;
        str += '</a>: '+arr.sex;
        str += '</p><p>QQ号:'+arr.qq;
        str += '</p><p>[<a href="cp.php?ac=poke&op=send&uid='+arr.uid;
        str += '" id="a_poke_'+arr.uid;
        str += '" title="打招呼">打招呼</a>]';
        str += '[<a href="cp.php?ac=pm&&uid='+arr.uid;
        str += '" id="a_pm_'+arr.uid;
        str += '" title="发消息">发消息</a>]';
        str += '</p><p>'+arr.node;
        str += '</p></td></tr></table>';
        return str;
}
回复

使用道具 举报

cjlyr 发表于 2009-9-17 16:47:38 | 显示全部楼层
谢谢坐藤椅的朋友了!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-18 04:47 , Processed in 0.024903 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表