|
@@ -114,7 +114,7 @@ $(document).ready(function() {
|
|
// 移除签名
|
|
// 移除签名
|
|
$('#delete-sign').click(function () {
|
|
$('#delete-sign').click(function () {
|
|
postData('/profile/sign/delete', {}, function (result) {
|
|
postData('/profile/sign/delete', {}, function (result) {
|
|
- $('#sign-show').remove();
|
|
|
|
|
|
+ $('#sign-show').html('');
|
|
toast('移除成功', 'success');
|
|
toast('移除成功', 'success');
|
|
})
|
|
})
|
|
});
|
|
});
|