Merge remote-tracking branch 'origin/feature/operation_log' into feature/operation_log

master
zhengyongxing 5 years ago
commit 1aa12fe2d1

@ -1014,7 +1014,7 @@ class MemberController extends ThinkController
->where($map)
->setField('phone', $_POST['phone']);
if ($pro !== false) {
$this->userEditOperationLog($user['id']);
$this->userEditOperationLog($_POST['id']);
$this->ajaxReturn(array("status" => 1, "msg" => "手机修改成功"));
} else {
$this->ajaxReturn(array("status" => 0, "msg" => "手机修改失败"));

Loading…
Cancel
Save