是不是发现坛友互动里的好友申请咱们通过了后刷新页面,还在页面上?

这样无数的提醒信息都会一直存在,会员根本分不清到底哪些通过了,哪些没通过! 

问题原因:没赋值就直接输出了

问题文件位置:include/misc/misc_ajax.php 

问题处理方法:

搜索

C::t('home_notification')->delete_by_id_uid($id, $uid);

替换成

C::t('home_notification')->delete_by_id_uid($id, $_G['uid']);