信呼OA版本v2.3.9
This commit is contained in:
@@ -19,6 +19,7 @@ class indexClassAction extends ActionNot{
|
||||
if(is_string($ybarr))return $ybarr;
|
||||
$this->assign('xhauthkey', getconfig('authkey', $ybarr['authkey']));
|
||||
$this->assign('tplmess', $this->option->getval('wxgzh_tplmess'));
|
||||
$this->assign('lxrshow', $this->option->getval('appsy_lxrshow'));
|
||||
}
|
||||
|
||||
public function bd6($str)
|
||||
|
||||
@@ -204,12 +204,14 @@ maincolor = '<?=$maincolor?>';
|
||||
</div>
|
||||
<p class="weui_tabbar_label" style="margin-top:0">应用</p>
|
||||
</a>
|
||||
<?php if($lxrshow!='否'){?>
|
||||
<a href="javascript:;" id="tabnav2" onclick="RO.ctab(2)" class="weui_tabbar_item">
|
||||
<div class="weui_tabbar_icon">
|
||||
<i class="icon-group"></i>
|
||||
</div>
|
||||
<p class="weui_tabbar_label" style="margin-top:0">联系人</p>
|
||||
</a>
|
||||
<?php }?>
|
||||
<a href="javascript:;" id="tabnav3" onclick="RO.smenu()" class="weui_tabbar_item">
|
||||
<div class="weui_tabbar_icon">
|
||||
<i class="icon-cog"></i>
|
||||
|
||||
@@ -170,7 +170,7 @@ function dingdengl(bo){
|
||||
dingdlogn(result.code);
|
||||
},
|
||||
onFail : function(err) {
|
||||
shidengl(1);
|
||||
shidengl(err.errorMessage);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user