junwind2020-01-14 17:26:04
The number of likes of different users should also be distinguished here. It can be counted once a day based on the user's total number. If the day's data is stored in the cache, the button will no longer be clickable.
G皓2020-01-09 16:31:29
if(date('Y-m-d',$like['createtime']) == date('Y-m-d'){ //今天点赞了 别乱点 }else{ //点赞成功 }