diff --git a/application/index/view/default/buy/index.html b/application/index/view/default/buy/index.html index f8e08824e..937813c92 100755 --- a/application/index/view/default/buy/index.html +++ b/application/index/view/default/buy/index.html @@ -171,7 +171,9 @@ {{$address.city_name}} {{$address.county_name}} {{$address.address}} - 查看地图 + {{if isset($address['lng']) and $address['lng'] gt 0 and isset($address['lat']) and $address['lat'] gt 0}} + 查看地图 + {{/if}}
{{if !isset($params['address_id']) or $params['address_id'] neq $key}}