ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 会员弹框 * 案例 ~~~ $other = []; $other['field'] = ['nickname']; $other['where'] = ['u_id="'.$u_id.'"']; $row = $Sql->row('user_info',$other); $tmp = []; $tmp['u_id'] = $u_id; $tmp = urlencode(json_encode($tmp)); $obj[$field] = '<a onclick="popup(\'会员信息\',\'info\',\'user/t.index\',\''.$tmp.'\')">'.$row['nickname'].'</a>'; ~~~ > 首次应用项目 : 青橄榄_抖友版 > 首次开发时间 : 2020-07-21 * 封装案例 ~~~ $obj[$field] = $I_L->userInfo($Sql, $u_id); ~~~ >首次应用项目 : 宝知林-服务端-SBH >首次开发时间 : 2020-08-18