查看: 754|回復: 0

上传新头像无法完成任务的解决方案

[複製鏈接]
發表於 2018-11-3 20:20:23 | 顯示全部樓層 |閱讀模式
上传新头像无法完成任务的解决方案


修正代码:
1.代码路径:uc_server\model\user.php 在最后添加代码:


  1. function update_avatarstatus_by_uid($uid)
  2.     {
  3.         $this->db->query("UPDATE `pre_common_member` SET `avatarstatus` = '1' WHERE uid='$uid'");
  4.     }
複製代碼
2.代码路径:uc_server\control\user.php 函数onuploadavatar()中大约在339行
  1. 2.代码路径:uc_server\control\user.php 函数onuploadavatar()中大约在339行
複製代碼
在该句代码之前添加新的同步更新状态代码:
  1. $_ENV['user']->update_avatarstatus_by_uid($uid);
複製代碼
刷新缓存,重新上传头像,即可解决!




回復

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 立即註冊

本版積分規則

Archiver|手機版|小黑屋|leechenyang.com

JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!

GMT+8, 2024-10-16 21:35 , Processed in 0.063564 second(s), 16 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回復 返回頂部 返回列表