From 95ce176baeb091d10cfc7981e2f056ec512194f1 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Tue, 17 Mar 2020 14:03:44 +0800 Subject: [PATCH 01/16] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B6=85=E7=BA=A7?= =?UTF-8?q?=E7=AD=BE=E4=BB=B7=E6=A0=BC=E4=B8=BA1=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Mobile/Controller/SsgController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Mobile/Controller/SsgController.class.php b/Application/Mobile/Controller/SsgController.class.php index 8acbf792e..1cd0ea95f 100644 --- a/Application/Mobile/Controller/SsgController.class.php +++ b/Application/Mobile/Controller/SsgController.class.php @@ -22,7 +22,7 @@ class SsgController extends BaseController { const CODE_ERROR = -97; //验证码错误 const RETURN_SUCCESS = 1; const RETURN_FALSE = 2; - const signprice = 10; //充值金额 + const signprice = 0.01; //充值金额 public function login() From 1bff70297b100415f976b84f7ad90981586fb542 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Tue, 17 Mar 2020 14:13:01 +0800 Subject: [PATCH 02/16] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B6=85=E7=BA=A7?= =?UTF-8?q?=E7=AD=BE=E4=BB=B7=E6=A0=BC=E4=B8=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Mobile/Controller/SsgController.class.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Application/Mobile/Controller/SsgController.class.php b/Application/Mobile/Controller/SsgController.class.php index 1cd0ea95f..b15f8296d 100644 --- a/Application/Mobile/Controller/SsgController.class.php +++ b/Application/Mobile/Controller/SsgController.class.php @@ -22,9 +22,13 @@ class SsgController extends BaseController { const CODE_ERROR = -97; //验证码错误 const RETURN_SUCCESS = 1; const RETURN_FALSE = 2; - const signprice = 0.01; //充值金额 - + public $signprice = 10; //充值金额 + public function _initialize() + { + parent::_initialize(); + $this->signprice = C("SIGN_PRICE")?:10; + } public function login() { $promoteId = I("promote_id", 0); @@ -497,7 +501,7 @@ class SsgController extends BaseController { exit(); } - $this->assign("price", self::signprice); + $this->assign("price", $this->signprice); //$this->assign("order_id", $orderId); $this->assign("game_id",$gameId); $this->assign("game_name",$gameInfo['game_name']); @@ -516,7 +520,7 @@ class SsgController extends BaseController { } $gameId = I("game_id", 0); $paytype = I("pay_type", 'ali'); - $price = self::signprice; + $price = $this->signprice; $userId = $user['user_id']; if (!$userId || !$gameId) { //$this->error("参数有误!"); From 3415ef8336c12e22a049e167479b073489845917 Mon Sep 17 00:00:00 2001 From: yulingwei <2436953959@qq.com> Date: Tue, 17 Mar 2020 14:22:07 +0800 Subject: [PATCH 03/16] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WorkOrder/feedbackProcessLogStore.html | 25 +++++++++++-------- Application/Admin/View/WorkOrder/modify.html | 9 +++++-- 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/Application/Admin/View/WorkOrder/feedbackProcessLogStore.html b/Application/Admin/View/WorkOrder/feedbackProcessLogStore.html index cc8cb0b32..e46470f92 100644 --- a/Application/Admin/View/WorkOrder/feedbackProcessLogStore.html +++ b/Application/Admin/View/WorkOrder/feedbackProcessLogStore.html @@ -105,17 +105,22 @@
hidden >
工单进度
-
+
$log):?> -

{$index+1}. {$log['title']}

- - -

--

- - -

{$log['detail']}

- - +

{$index+1}. {$log['title']}

+ + +

+ --
+ 旧值:
+
+ 新值:
+ + + +

{$log['detail']}

+ +
diff --git a/Application/Admin/View/WorkOrder/modify.html b/Application/Admin/View/WorkOrder/modify.html index 87087d5a5..cbd3504e1 100644 --- a/Application/Admin/View/WorkOrder/modify.html +++ b/Application/Admin/View/WorkOrder/modify.html @@ -240,12 +240,17 @@
hidden >
工单进度
-
+
$log):?>

{$index+1}. {$log['title']}

-

--

+

+ --
+ 旧值:
+
+ 新值:
+

{$log['detail']}

From bd181dab515bd876c902475c6a2ee9b769024444 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Tue, 17 Mar 2020 14:37:59 +0800 Subject: [PATCH 04/16] =?UTF-8?q?ip=E9=99=90=E5=88=B6=E7=99=BD=E5=90=8D?= =?UTF-8?q?=E5=8D=95=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/View/AmericaIpForbit/index.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/Application/Admin/View/AmericaIpForbit/index.html b/Application/Admin/View/AmericaIpForbit/index.html index 0d14f0141..e83c74338 100644 --- a/Application/Admin/View/AmericaIpForbit/index.html +++ b/Application/Admin/View/AmericaIpForbit/index.html @@ -185,6 +185,10 @@ transition: all 0.1s ease-in; } + a:hover { + color: transparent; + } +