|
@@ -97,6 +97,9 @@ function editPassword() {
|
|
|
function editProfileImage() {
|
|
|
$("#content").html("");
|
|
|
$("#profileimage").css("display","block");
|
|
|
+ $("#mydropzone").css("display","none");
|
|
|
+ $(".x_content").append("<img id='headImage99'/>")
|
|
|
+ imgFun("/thmz/download-profile", "headImage99");
|
|
|
//设置文件类型为头像
|
|
|
localStorage.setItem("fileType","0");
|
|
|
}
|
|
@@ -193,4 +196,9 @@ function imgFun (url, imgs) {
|
|
|
}
|
|
|
|
|
|
|
|
|
+function profileImage() {
|
|
|
+ $("#mydropzone").css("display","block");
|
|
|
+ $("#profileImageTitleInfo").removeClass('hide').addClass('in');
|
|
|
+ $("#headImage99").remove();
|
|
|
+}
|
|
|
|