Commit 96de55f5 authored by 吴升宇's avatar 吴升宇

fix reply 库

parent 84c7e90d
......@@ -635,10 +635,13 @@ def judge_topic_info_get_comment(topic_id):
if len(tag_list) > 0:
comment = get_hellolike_comment()
# 垃圾需求--》垃圾代码 不管了 先上
if 10329872 in edit_tag_list:
get_category_reply_commtent(10329872)
comment = get_category_reply_commtent(10329872)
return comment
if 10329873 in edit_tag_list:
get_category_reply_commtent(10329873)
comment = get_category_reply_commtent(10329873)
return comment
elif len(edit_tag_list) > 0:
# 如果有编辑标签
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment