From 3c4b2aae3c7cfbea9f46d21902de62cc61917ba3 Mon Sep 17 00:00:00 2001 From: devil Date: Mon, 2 Nov 2020 22:49:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/view/default/user/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/application/index/view/default/user/index.html b/application/index/view/default/user/index.html index 1d2c83bfc..91ea6a71a 100755 --- a/application/index/view/default/user/index.html +++ b/application/index/view/default/user/index.html @@ -200,7 +200,11 @@
  • {{$order.status_name}} {{if $order['items_count'] gt 1}} - 等{{$order.items_count}}种商品 + + + {{$order.items_count}} + 种商品 + {{/if}}
  • -- GitLab