From 38643907e2c2689036efd36de8b997e94e421ecf Mon Sep 17 00:00:00 2001 From: Devil Date: Thu, 10 Oct 2019 08:20:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E5=95=86=E5=93=81?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/view/default/cart/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/index/view/default/cart/index.html b/application/index/view/default/cart/index.html index fd799ed45..0b2589f53 100755 --- a/application/index/view/default/cart/index.html +++ b/application/index/view/default/cart/index.html @@ -32,10 +32,10 @@ {{foreach $cart_list as $goods}} - +
@@ -72,7 +72,7 @@ +
- {{if !empty($goods['error_msg'])}} + {{if $goods['is_error'] eq 1 and !empty($goods['error_msg'])}}

{{$goods.error_msg}}

{{/if}}