diff --git a/user/profile/avatar.php b/user/profile/avatar.php index c88f4cc..a9563fb 100644 --- a/user/profile/avatar.php +++ b/user/profile/avatar.php @@ -19,7 +19,7 @@ if(submitcheck('avatarsubmit')) { if($success) exit(json_encode(array('msg'=>'success'))); else exit(json_encode(array('error'=>'头像保存错误,请稍候重试'))); - showmessage('do_success', '{MOD_URL}&op=avatar'); + showmessage('do_success', MOD_URL.'&op=avatar'); }elseif($_GET['do']=='imageupload'){