Commit 92dd2c26 by dong

fix20221210

parent f6c7ca8d
...@@ -122,7 +122,6 @@ def advice(): ...@@ -122,7 +122,6 @@ def advice():
"charge": i.charge if i.charge else "-", # 园区负责人 "charge": i.charge if i.charge else "-", # 园区负责人
"phone": i.phone if i.phone else "-", # 园区电话 "phone": i.phone if i.phone else "-", # 园区电话
"address": i.address, # 园区地址 "address": i.address, # 园区地址
# "address": i.region, # 园区地址
"jwd": {"lng": i.lng, "lat": i.lat}} for i in result], "all_jwd": all_jwd, "size": size} "jwd": {"lng": i.lng, "lat": i.lat}} for i in result], "all_jwd": all_jwd, "size": size}
if not result: if not result:
# 在第一条建议显示 # 在第一条建议显示
......
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