| 50 |
instance.post('preference_service.php', { |
instance.post('preference_service.php', { |
| 51 |
user_tz: f.user_tz.value, |
user_tz: f.user_tz.value, |
| 52 |
photo: f.photo.value, |
photo: f.photo.value, |
| 53 |
|
photo_file: f.photo_file.files, |
| 54 |
introduction: f.textarea_introduction.value, |
introduction: f.textarea_introduction.value, |
| 55 |
sign_1: f.textarea_sign_1.value, |
sign_1: f.textarea_sign_1.value, |
| 56 |
sign_2: f.textarea_sign_2.value, |
sign_2: f.textarea_sign_2.value, |
| 57 |
sign_3: f.textarea_sign_3.value, |
sign_3: f.textarea_sign_3.value, |
| 58 |
|
}, { |
| 59 |
|
headers: { |
| 60 |
|
'Content-Type': 'multipart/form-data', |
| 61 |
|
} |
| 62 |
}) |
}) |
| 63 |
.then(function (response) { |
.then(function (response) { |
| 64 |
var ret = response.data; |
var ret = response.data; |
| 119 |
<p style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red; FONT-FAMILY: 楷体">更改个人设定</p> |
<p style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red; FONT-FAMILY: 楷体">更改个人设定</p> |
| 120 |
<p><span id="err_msg_prompt" name="err_msg" style="color: red"></span></p> |
<p><span id="err_msg_prompt" name="err_msg" style="color: red"></span></p> |
| 121 |
<form method="post" action="#" id="preference_form" name="preference_form"> |
<form method="post" action="#" id="preference_form" name="preference_form"> |
| 122 |
<table border="1" cellpadding="10" cellspacing="0" width="90%" bgcolor="#ffdead" id="TABLE1"> |
<table border="1" cellpadding="10" cellspacing="0" width="1050" bgcolor="#ffdead"> |
| 123 |
<tr> |
<tr> |
| 124 |
<td align="right">时区设置</td> |
<td align="right">时区设置</td> |
| 125 |
<td> |
<td> |
| 139 |
</td> |
</td> |
| 140 |
</tr> |
</tr> |
| 141 |
<tr> |
<tr> |
| 142 |
<td width="30%" align="right">个人头像</td> |
<td width="25%" align="right">个人头像</td> |
| 143 |
<td width="70%"> |
<td width="75%"> |
| 144 |
<input type="text" maxlength="3" id="photo" name="photo" size="3" value="<? echo $result_set["data"]["photo"]; ?>"> |
<a class="s2" href="#" onclick="return NW_open('facelist.php', 'bbs_face', 250, 400);">选择系统头像</a> |
| 145 |
<a class="s2" title="查看脸谱代号" href="#" onclick="return NW_open('facelist.php', 'bbs_face', 250, 400);">查看头像代号</a> |
<input type="text" maxlength="3" id="photo" name="photo" size="3" value="<? echo $result_set["data"]["photo"]; ?>"><br /> |
| 146 |
<a class="s2" title="上传头像" href="#" onclick="return NW_open('upload_photo.php', 'bbs_upload_photo', 300, 300);">上传头像</a> |
上传头像:<input type="file" size="20" name="photo_file" id="photo_file"><span id="err_msg_photo_file" name="err_msg" style="color: red;"></span> |
| 147 |
</td> |
</td> |
| 148 |
</tr> |
</tr> |
| 149 |
<tr> |
<tr> |