This commit is contained in:
aaron 2025-03-13 15:27:23 +08:00
parent d0bd1ef55e
commit 68209205cb
2 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ async def get_community_qrcode(
)
community.distance = distance
# 如果距离小于100 公里,则显示二维码
if distance < 100000:
# 如果距离小于1 公里,则显示二维码
if distance < 1000:
show_qrcode = True
return success_response(data={

Binary file not shown.