@@ -13662,6 +13662,9 @@ def get_prediction_topics():
def get_prediction_topic_detail(topic_id):
"""获取预测话题详情"""
try:
# 刷新会话,确保获取最新数据
db.session.expire_all()
topic = PredictionTopic.query.get_or_404(topic_id)
# 增加浏览量
The note is not visible to the blocked user.