1.修复昵称修改不会显示在顶部栏的问题

2.修复底部作者专区超链接问题
This commit is contained in:
xxy
2020-05-16 12:01:02 +08:00
parent e24e87b546
commit b4f5b18e93
3 changed files with 11 additions and 1 deletions

View File

@ -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) {