Die Administratorseite wird nicht angezeigt. Kann mir bitte jemand helfen?
G
G 2020-03-27 16:53:55
0
0
1166

<?phpnamespace appadmincontroller;use appadmincommonBase;use thinkRequest;use appadminmodelAdmin as AdminModel;class Admin erweitert Base{ //Anzeige der Administrator-Homepage public function index() { AdminModel::get(['username'=> 'admin ']); //2. Weisen Sie der Vorlage die Informationen des aktuellen Administrators zu ; fetch('admin_list'); } //Bearbeitungsvorlage rendern edit(Request $request) { //1 Die Informationen der Admin-Administratortabelle lesen $admin = AdminModel::get($request->param(' id')); Weisen Sie der Vorlage die Informationen des aktuellen Administrators zu ('admin', $ admin) > fetch('admin_edit'); } //Aktualisierungsvorgang durchführen public function update(Request $request) { if ($request -> isAjax( true)){ //Übermittelte Daten abrufen und Nullwerte automatisch herausfiltern $data = array_filter($request->param()); //Update-Bedingungen festlegen $map = ['is_update' => $data['is_update']];                                                      ' ' s ' durch ' s       out out out out out through out through out out out out out out out out out           ‐ down down ‐ ‐ ‐ ‐‐‐ and ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​) {                                                                                                                                                                              }

! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !

{include file='public/header' /}<body><div class="x-nav">            <span class="layui-breadcrumb">              <a><cite>首页</cite></a>              <a><cite>会员管理</cite></a>              <a><cite>管理员列表</cite></a>            </span>    <a class="layui-btnlayui-btn-small" style="line-height:1.6em;margin-top:3px;float:right"  href="javascript:location.replace(location.href);" title="刷新"><i class="layui-icon" style="line-height:30px">ဂ</i></a></div><div class="x-body">    <table class="layui-table">        <thead>        <tr>            <th>                ID            </th>            <th>                登录名            </th>            <th>                邮箱            </th>            <th>                登录次数            </th>            <th>                登录时间            </th>            <th>                操作            </th>        </tr>        </thead>        <tbody>        <tr>            <td>                {$admin.id}            </td>            <td>                {$admin.username}            </td>            <td >                {$admin.enail}            </td>            <td>                {$admin.login_count}            </td>            <td>                {$admin.last_time}</td> 4','','510')"                        class="ml-5" style="text-decoration:none">                                                                                                            ui .use(['laydate','element','laypage','layer'], function(){ $ =layui.jquery;//jquerylaydate =layui.laydate;//Date plug-in element =layui. element();//Bread navigation layer =layui.layer;//Popup-Ebene //Die oben genannten Module werden nach Bedarf eingeführtlaypage({ cont: 'page', seiten: 100, erste: 1,letzte: 100, prev: '<em><</em>' ,next: '<em></em>' , }); ,w,h) { x_admin_show(title,url,w,h); }</script></body></html>

G
G

Antworte allen(0)
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!