|
@@ -3,7 +3,7 @@
|
|
|
<head>
|
|
|
{{include "/common/meta.html"}}
|
|
|
<link rel="stylesheet" type="text/css" href="/jyapp/me/css/reset.css?v={{Msg "seo" "version"}}" />
|
|
|
- <link rel="stylesheet" type="text/css" href="/jyapp/me/css/index.css?v={{Msg "seo" "version"}}" />
|
|
|
+ <link rel="stylesheet" type="text/css" href="/jyapp/me/css/index.css?v={{Msg "seo" "version"}}1" />
|
|
|
<link rel="stylesheet" type="text/css" href="/jyapp/css/font.css?v={{Msg "seo" "version"}}" />
|
|
|
<script src="/jyapp/js/jquery.js?v={{Msg "seo" "version"}}" type="text/javascript" charset="utf-8"></script>
|
|
|
<script src="/jyapp/js/fastclick.js?v={{Msg "seo" "version"}}"></script>
|
|
@@ -127,7 +127,9 @@
|
|
|
userInfo.headimageurl = userInfo.headimageurl.replace(/^http:\/\//,"https://");
|
|
|
$("#headimage").attr("src",userInfo.headimageurl);
|
|
|
}
|
|
|
- $(".coreRight").html(userInfo.nickname);
|
|
|
+ //编辑个人信息
|
|
|
+ $(".coreRight").append(userInfo.nickname);
|
|
|
+ $(".coreRight").append('<div style="font-size:12px;margin-top:-2.8em" onclick="person_infor()"> 编辑个人信息 <i class="jyapp-icon jyapp-icon-youjiantou" style="top:1.5px;margin-left:3px "> </i></div>')
|
|
|
}
|
|
|
redSpotOnMenu();
|
|
|
});
|
|
@@ -142,6 +144,10 @@
|
|
|
$(".listTwo .redspot").show();
|
|
|
}
|
|
|
}
|
|
|
+ //编辑个人信息
|
|
|
+ function person_infor(){
|
|
|
+ window.location.href="#";
|
|
|
+ }
|
|
|
</script>
|
|
|
</body>
|
|
|
</html>
|