温馨提示:仅v8模板有此功能
如果有申请勋章和购买那么勋章就可以闭环了
lass="medal-container" style="font-size:14px; line-height:1.5; display:flex; flex-wrap:wrap; gap:5px; margin-top:4px; position:relative;">
<span style="width:57px; display:inline-block;"></span>
{php}
$mdh = '';
foreach (explode(',',$readdata['userdata']['quanxian']) as $str){
$md = medalData($str);
if ($md){
$mdh.='<img src="'.$md['image'].'" alt="'.$md['title'].'" title="'.$md['title'].'" style="width:30px; height:30px; margin:2px; cursor:pointer;" />';
}
}
echo $mdh;
{/php}
</div>