修改配置名称

This commit is contained in:
邹景立 2021-03-24 17:02:55 +08:00
parent aefe9621c2
commit 8a65dafe06
4 changed files with 6 additions and 6 deletions

View File

@ -75,7 +75,7 @@ class UserRebate extends Controller
} }
/** /**
* 返利奖励配置 * 用户返利配置
* @auth true * @auth true
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
@ -84,7 +84,7 @@ class UserRebate extends Controller
public function config() public function config()
{ {
$this->skey = 'RebateRule'; $this->skey = 'RebateRule';
$this->title = '返利奖励配置'; $this->title = '用户返利配置';
if ($this->request->isGet()) { if ($this->request->isGet()) {
$this->data = sysdata($this->skey); $this->data = sysdata($this->skey);
$this->levels = UserUpgradeService::instance()->levels(); $this->levels = UserUpgradeService::instance()->levels();

View File

@ -33,7 +33,7 @@ class UserTransfer extends Controller
} }
/** /**
* 提现规则配置 * 用户提现配置
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException
@ -41,7 +41,7 @@ class UserTransfer extends Controller
public function config() public function config()
{ {
$this->skey = 'TransferRule'; $this->skey = 'TransferRule';
$this->title = '提现规则配置'; $this->title = '用户提现配置';
$this->_sysdata(); $this->_sysdata();
} }

View File

@ -2,7 +2,7 @@
{block name="button"} {block name="button"}
<!--{if auth('config')}--> <!--{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}--> <!--{/if}-->
{/block} {/block}

View File

@ -2,7 +2,7 @@
{block name="button"} {block name="button"}
<!--{if auth('config')}--> <!--{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}-->
<!--{if auth('payment')}--> <!--{if auth('payment')}-->