{extend name='public/base'/}
{block name='header'}{/block} {//Turn off the header}
{block name='menu'}{/ block} {//Close the menu}
Administrator edit page code
if (true == $result) {
return ['status'=>1, ' message'=>'Update successful'];
} else {
return ['status'=>0, 'message'=>'Update failed, please check'];
}
Is there no response or will an error be reported?