From 6c85f0c76beefd8d5b2f3d4bcdb3df6ecbe5a533 Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Wed, 12 Jun 2019 22:07:26 +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 --- .../index/view/default/public/user_menu.html | 6 +++--- application/service/NavigationService.php | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/application/index/view/default/public/user_menu.html b/application/index/view/default/public/user_menu.html index e550264a1..d61ab06b9 100755 --- a/application/index/view/default/public/user_menu.html +++ b/application/index/view/default/public/user_menu.html @@ -6,16 +6,16 @@ {{foreach $user_left_menu as $k=>$v}} {{if $v.is_show eq 1}} {{if empty($v['item'])}} -
  • +
  • {{if !empty($v['icon'])}}{{/if}} {{$v.name}}
  • {{else /}}
  • - {{if !empty($v['icon'])}}{{/if}} {{$v.name}} + {{if !empty($v['icon'])}}{{/if}} {{$v.name}}