更改

Api.class.php

删除253字节, 2022年11月20日 (日) 10:41
无编辑摘要
* Time: 15:15
*/
if (!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$imgs = $reilist = '';
// 取来_使用者计数_通过_放入用户
$count = C::t('#xigua_re#xgre_order')->fetch_usercount_by_postid($postid);
if($count){
// 取来_使用者_通过_放入id
$list = C::t('#xigua_re#xgre_order')->fetch_user_by_postid($postid);
foreach ($list as $itm) {
// 风格 = 陈列:排成行-立方体;边缘: 竖的-排列:顶部 风格 宽度 高度 显示 立方体 边缘 站点 来源
$imgs .= "<li style='display:inline-block;margin:0 6px 6px 0;vertical-align:top'><img style='width:28px;height:28px;display:block;margin:0' src=\"$itm\" onerror='this.error=null;this.src=\"{$_G['siteurl']}source/plugin/xigua_re/static/noavatar.gif\"' /> </li>";
}
{
global $_G;
$config = $_G['cache']['plugin']['xigua_re']; $link = $_G['siteurl']. 'home.php?mod=spacecp&ac=plugin&id=xigua_re:setting'; $return[] = array( 'name' => "<a href='$link'>{$config['navword']}</a>", 'link' => $link, ); return $return; }xigua_
383
个编辑