@@ -683,6 +683,7 @@ def thumbup_list_api(request): |
||
683 | 683 |
thumbup = PhotoThumbUpInfo.objects.filter( |
684 | 684 |
photo_id=photo_id, |
685 | 685 |
user_id=user_id, |
686 |
+ thumbup=True, |
|
686 | 687 |
).exists() |
687 | 688 |
|
688 | 689 |
# 群组照片点赞列表 |