修改两处bug

This commit is contained in:
2017-10-07 21:02:33 +08:00
parent 1413db446c
commit 8cf272a615
2 changed files with 4 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
namespace app\common\controller;
class Fornt extends Base {
class Front extends Base {
public $wechat_oauth;
public function _initialize() {

View File

@@ -1,3 +1,4 @@
{if !empty($__MENU__)}
{volist name="__MENU__" id="submenu"}
<ul class="left-nav">
<h3><i class="fa fa-cube"></i> {$key}</h3>
@@ -6,3 +7,4 @@
{/volist}
</ul>
{/volist}
{/if}