The "Add successfully" prompt pops up, but it is not actually added to the database.
Fan sear
Fan sear 2018-04-21 20:06:50
0
3
1344

添加.png

Fan sear
Fan sear

reply all(2)

In the add method, use $user=UserModel::create($data); instead of add

  • reply if ($result === true) { $user= UserModel::create($data); if ($user === null) { $status = 0; $message = 'Add failed~~'; } } After changing this, it still doesn't work.
    傲娇鬼 author 2019-12-12 18:54:36
轻微强迫症

Mine is the same, has the poster solved it? Can you share it

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template