作者 lihan
1 个管道 的构建 通过 耗费 0 秒

赠送积分和角色管理

... ... @@ -43,6 +43,7 @@ class FriendController extends HomeBaseController
->select()->toArray();
if (!empty($list)) {
return $this->fetch(':friend_list', [
'keyword' => $keyword,
'list' => $list
]);
} else {
... ...
... ... @@ -283,7 +283,7 @@
<div class="head">
<div class="enterword">
<p class="iconfont icon-sousuo"></p>
<input type="text" name="keyword" class="word">
<input type="text" name="keyword" class="word" value="{$keyword}">
</div>
<label for="SUBMIT"><p class="search_friend">搜索</p></label>
<input id="SUBMIT" type="submit" style="display: none">
... ...