diff --git a/app/data/view/base/postage/company/index.html b/app/data/view/base/postage/company/index.html
index f41d94862..b8ab1f33e 100644
--- a/app/data/view/base/postage/company/index.html
+++ b/app/data/view/base/postage/company/index.html
@@ -27,9 +27,9 @@
{foreach ['index'=>'快递公司','recycle'=>'回 收 站'] as $k=>$v}
{if isset($type) and $type eq $k}
- - {$v}
+ - {$v}
{else}
- - {$v}
+ - {$v}
{/if}{/foreach}
diff --git a/app/data/view/shop/goods/index.html b/app/data/view/shop/goods/index.html
index 69aece864..c7b9655a6 100644
--- a/app/data/view/shop/goods/index.html
+++ b/app/data/view/shop/goods/index.html
@@ -25,9 +25,9 @@
{foreach ['index'=>'商品管理','recycle'=>'回 收 站'] as $k=>$v}
{if isset($type) and $type eq $k}
- - {$v}
+ - {$v}
{else}
- - {$v}
+ - {$v}
{/if}{/foreach}
diff --git a/app/data/view/shop/order/index.html b/app/data/view/shop/order/index.html
index 308ffb704..df71d7a67 100644
--- a/app/data/view/shop/order/index.html
+++ b/app/data/view/shop/order/index.html
@@ -11,9 +11,9 @@
{php}$types = ['ta' => '全部订单', 't2' => '待支付的订单', 't3' => '待审核的订单', 't4' => '待发货的订单', 't5' => '待收货的订单', 't6' => '已完成的订单', 't0' => '已取消的订单'];{/php}
{foreach $types as $k=>$v}{if isset($type) and 't'.$type eq $k}
- - {$v}{$total[$k]??0}
+ - {$v}{$total[$k]??0}
{else}
- - {$v}{$total[$k]??0}
+ - {$v}{$total[$k]??0}
{/if}{/foreach}
diff --git a/app/data/view/shop/send/index.html b/app/data/view/shop/send/index.html
index abcb54cf3..6807213b3 100644
--- a/app/data/view/shop/send/index.html
+++ b/app/data/view/shop/send/index.html
@@ -11,9 +11,9 @@
{foreach ['ta'=>'全部订单','t1'=>'待发货的订单','t2'=>'已发货的订单','t0'=>'已取消的订单'] as $k => $v}
{if isset($type) and 't'.$type eq $k}
- - {$v}{$total[$k]??0}
+ - {$v}{$total[$k]??0}
{else}
- - {$v}{$total[$k]??0}
+ - {$v}{$total[$k]??0}
{/if}{/foreach}
diff --git a/app/data/view/user/admin/index.html b/app/data/view/user/admin/index.html
index 0a1ba8f6f..7a34b9770 100644
--- a/app/data/view/user/admin/index.html
+++ b/app/data/view/user/admin/index.html
@@ -15,13 +15,13 @@
{foreach $total as $k=>$v}{if isset($type) and 't'.$type eq $k}
-
- {if is_numeric($v.vip)}[VIP{$v.vip}]{/if}
- {$v.name}{$v.count|default=0}
+ {if is_numeric($v.vip)}[VIP{$v.vip}]{/if}
+ {$v.name}{$v.count|default=0}
{else}
-
- {if is_numeric($v.vip)}[VIP{$v.vip}]{/if}
- {$v.name}{$v.count|default=0}
+ {if is_numeric($v.vip)}[VIP{$v.vip}]{/if}
+ {$v.name}{$v.count|default=0}
{/if}{/foreach}