修改计数数量

master
于肖磊 2025-12-26 18:26:40 +08:00
parent c0f753f2a9
commit 576e73b7ed
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@
// 1
if (current_time - this.last_like_time > 1000) {
this.like_count = 1;
this.like_count = 0;
this.show_like_count = false; //
} else {
//