{extend name='public/base'/}
{block name='header'}{/block} {//關(guān)掉頭部}
{block name='menu'}{/block} {//關(guān)掉菜單}
管理員編輯頁面的代碼
if (true == $result) {
? ?return ['status'=>1, 'message'=>'更新成功'];
} else {
? ?return ['status'=>0, 'message'=>'更新失敗,請(qǐng)檢查'];
}
是沒反應(yīng)還是會(huì)報(bào)錯(cuò)?