Explorar o código

签名移除修复

laiguoran %!s(int64=5) %!d(string=hai) anos
pai
achega
e2b5b44269
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/public/js/profile.js

+ 1 - 1
app/public/js/profile.js

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