Why can't I close the reference to the template, and there is no feedback after successfully modifying the administrator information?
Jerry
Jerry 2018-01-26 11:55:38
0
2
1232

{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'];
}


Jerry
Jerry

reply all(1)
lge

Is there no response or will an error be reported?


  • reply There is no response and no error is reported. But it can be modified successfully
    Jerry author 2018-01-27 20:01:54
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template