mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-03 07:56:38 +00:00
1.修复昵称修改不会显示在顶部栏的问题
2.修复底部作者专区超链接问题
This commit is contained in:
@ -95,6 +95,10 @@
|
||||
dataType: "json",
|
||||
success: function (data) {
|
||||
if (data.code == 200) {
|
||||
|
||||
if(data.data.token){
|
||||
$.cookie('Authorization', data.data.token,{ path: '/' });
|
||||
}
|
||||
window.location.href = '/user/setup.html';
|
||||
|
||||
} else if (data.code == 1001) {
|
||||
|
Reference in New Issue
Block a user