Commit 6a790597 authored by lixiaofang's avatar lixiaofang

add

parent 38755886
...@@ -76,8 +76,7 @@ def principal_online_comment1(): ...@@ -76,8 +76,7 @@ def principal_online_comment1():
for num in range(random_num): for num in range(random_num):
majia_user_id = get_majia() majia_user_id = get_majia()
cook = logins(majia_user_id) cook = logins(majia_user_id)
comment = "" comment = judge_pictorial_info_get_comment(i[0])
comment = judge_pictorial_info_get_comment()
if cook is not None: if cook is not None:
pictorial_reply(cook, i[0], comment) pictorial_reply(cook, i[0], comment)
if data_vote: if data_vote:
...@@ -86,8 +85,7 @@ def principal_online_comment1(): ...@@ -86,8 +85,7 @@ def principal_online_comment1():
for num in range(random_num): for num in range(random_num):
majia_user_id = get_majia() majia_user_id = get_majia()
cook = logins(majia_user_id) cook = logins(majia_user_id)
edit_judge = get_pictorial_tag_by_id(i[0]) comment = judge_pictorial_info_get_comment(i[0])
comment = judge_pictorial_info_get_comment()
if cook is not None: if cook is not None:
pictorial_reply(cook, i[0], comment) pictorial_reply(cook, i[0], comment)
......
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