From 8a65dafe06b836ecfe067aa680ea88c108c6b404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 24 Mar 2021 17:02:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/data/controller/UserRebate.php | 4 ++-- app/data/controller/UserTransfer.php | 4 ++-- app/data/view/user_rebate/index.html | 2 +- app/data/view/user_transfer/index.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/data/controller/UserRebate.php b/app/data/controller/UserRebate.php index f04dab601..abbddb105 100644 --- a/app/data/controller/UserRebate.php +++ b/app/data/controller/UserRebate.php @@ -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(); diff --git a/app/data/controller/UserTransfer.php b/app/data/controller/UserTransfer.php index bdf77aeda..550c0955a 100644 --- a/app/data/controller/UserTransfer.php +++ b/app/data/controller/UserTransfer.php @@ -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(); } diff --git a/app/data/view/user_rebate/index.html b/app/data/view/user_rebate/index.html index ce790678f..3cf8cb81d 100644 --- a/app/data/view/user_rebate/index.html +++ b/app/data/view/user_rebate/index.html @@ -2,7 +2,7 @@ {block name="button"} -返利规则配置 +用户返利配置 {/block} diff --git a/app/data/view/user_transfer/index.html b/app/data/view/user_transfer/index.html index 50ac6327f..c0825ec66 100644 --- a/app/data/view/user_transfer/index.html +++ b/app/data/view/user_transfer/index.html @@ -2,7 +2,7 @@ {block name="button"} -提现规则配置 +用户提现配置