No pop-up window will be displayed if editing is successful
「        」
「 」 2020-03-07 20:47:06
0
2
1143

Why there is no pop-up prompt after I click submit, and using the editor I can only change from disable to enable, but cannot change enable to disable1.png2.png

「        」
「 」

reply all(1)
.
   if ($result == true) {            $status1 = 1;            $message = '更新成功';            //return ['status'=>$status1, 'message'=>$message1];                    } else {            $status1 = 0;            $message = '更新失败,请检查';                    }        // header('Content-Type:application/json');        $ret =['status'=>$status1, 'message'=>$message];        return $ret;
  • reply If you change it to this, there will be a prompt box when you modify it. Return cannot directly return an array.
    . author 2020-04-30 01:21:27
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template