Commit 162c352a by 冷斌

fix bug

parent 31db5e1d
......@@ -327,7 +327,7 @@ class UserauthController extends AdminbaseController
'alipay_pay' => $data['alipay_pay'],
'wx_pay' => $data['wx_pay'],
]);
$this->success('修改成功', U('Userauth/index2'));
$this->success('修改成功', U('Userauth/index3'));
} else {
$this->error('修改失败');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment