From 4c93d6dbbb85b4cc4dba2a74a882daf5bc7c265a Mon Sep 17 00:00:00 2001 From: devil_gong Date: Fri, 22 Nov 2019 14:17:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E5=8D=95=E8=87=AA=E6=8F=90=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E6=9F=A5=E7=9C=8B=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/view/default/buy/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}}