Home >php教程 >php手册 >Destoon旺旺无法正常显示,点击提示“会员名不存在”的解决办法

Destoon旺旺无法正常显示,点击提示“会员名不存在”的解决办法

WBOY
WBOYOriginal
2016-06-06 20:21:091278browse

这篇文章主要介绍了Destoon旺旺无法正常显示,点击提示“会员名不存在”的解决办法,需要的朋友可以参考下

很多朋友都遇到了Destoon供求栏目下旺旺无法正常显示,点击提醒“会员名不存在”的情况,原因是旺旺更改了在线旺旺的代码,,但是Destoon没有及时更新。这时候只需要修改api/im.func.php中第二段旺旺联系的那段:

即将function im_ali($id, $style = 0) 修改成下面的方法即可。

function im_ali($id, $style = 0) { return $id ? ‘Destoon旺旺无法正常显示,点击提示“会员名不存在”的解决办法20)this.src=SKPath+\'image/ali-off.gif\'”/>' : ”; }

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn