mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改配置名称
This commit is contained in:
parent
aefe9621c2
commit
8a65dafe06
@ -75,7 +75,7 @@ class UserRebate extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* 返利奖励配置
|
||||
* 用户返利配置
|
||||
* @auth true
|
||||
* @throws \think\db\exception\DataNotFoundException
|
||||
* @throws \think\db\exception\DbException
|
||||
@ -84,7 +84,7 @@ class UserRebate extends Controller
|
||||
public function config()
|
||||
{
|
||||
$this->skey = 'RebateRule';
|
||||
$this->title = '返利奖励配置';
|
||||
$this->title = '用户返利配置';
|
||||
if ($this->request->isGet()) {
|
||||
$this->data = sysdata($this->skey);
|
||||
$this->levels = UserUpgradeService::instance()->levels();
|
||||
|
@ -33,7 +33,7 @@ class UserTransfer extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* 提现规则配置
|
||||
* 用户提现配置
|
||||
* @throws \think\db\exception\DataNotFoundException
|
||||
* @throws \think\db\exception\DbException
|
||||
* @throws \think\db\exception\ModelNotFoundException
|
||||
@ -41,7 +41,7 @@ class UserTransfer extends Controller
|
||||
public function config()
|
||||
{
|
||||
$this->skey = 'TransferRule';
|
||||
$this->title = '提现规则配置';
|
||||
$this->title = '用户提现配置';
|
||||
$this->_sysdata();
|
||||
}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
{block name="button"}
|
||||
<!--{if auth('config')}-->
|
||||
<a class="layui-btn layui-btn-sm layui-btn-primary" data-open="{:url('config')}">返利规则配置</a>
|
||||
<a class="layui-btn layui-btn-sm layui-btn-primary" data-open="{:url('config')}">用户返利配置</a>
|
||||
<!--{/if}-->
|
||||
{/block}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
{block name="button"}
|
||||
<!--{if auth('config')}-->
|
||||
<a class="layui-btn layui-btn-sm layui-btn-primary" data-width="850px" data-modal="{:url('config')}">提现规则配置</a>
|
||||
<a class="layui-btn layui-btn-sm layui-btn-primary" data-width="850px" data-modal="{:url('config')}">用户提现配置</a>
|
||||
<!--{/if}-->
|
||||
|
||||
<!--{if auth('payment')}-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user