Browse Source

优化界面

master
欧醚 3 years ago
parent
commit
cf02bf7a70
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      templates/inbox.html

+ 5
- 2
templates/inbox.html View File

@ -74,7 +74,7 @@
</div>
<div class="collapse" id="collapse-{{q.toot}}">
<div class="card card-body">
(暂无回复)
加载中...
</div>
</div>
</div>
@ -97,7 +97,10 @@
});
console.log($(self).find('.timeago'));
$(self).find('.timeago').timeago();
}
}else {
$(self).empty();
$(self).append(`<div class="card card-body">(暂无回复)</div>`)
}
},
error:(xhr,status,error) => {
console.log(error, status, xhr.status, xhr.responseText);

Loading…
Cancel
Save