From 70ae274e1f69866d6a219432b37ca5cabc24a5cb Mon Sep 17 00:00:00 2001 From: 王晓刚 <wxg@bronet.cn> Date: Mon, 12 Aug 2019 18:14:47 +0800 Subject: [PATCH] 提现最低限制 --- public/themes/simpleboot3/public/assets/css/base.css | 6 ++++-- public/themes/simpleboot3/public/assets/css/log.css | 1 + simplewind/cmf/controller/WeChatBaseController.php | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/public/themes/simpleboot3/public/assets/css/base.css b/public/themes/simpleboot3/public/assets/css/base.css index a7c65b9..5539548 100755 --- a/public/themes/simpleboot3/public/assets/css/base.css +++ b/public/themes/simpleboot3/public/assets/css/base.css @@ -589,6 +589,7 @@ body { overflow: hidden; cursor: pointer; background-color: white; + margin-top: 45px; } .de_topImg { @@ -966,8 +967,8 @@ body { /* 确认订单页面 */ .order_top { - position: relative; - /*top: 0;*/ + position: fixed; + top: 0; /*left: 0;*/ cursor: pointer; width: 100%; @@ -1687,6 +1688,7 @@ body { cursor: pointer; padding-top: 0.48rem; box-sizing: border-box; + margin-top: 50px; } .myor_title ul { diff --git a/public/themes/simpleboot3/public/assets/css/log.css b/public/themes/simpleboot3/public/assets/css/log.css index 27bddc8..cb5db63 100755 --- a/public/themes/simpleboot3/public/assets/css/log.css +++ b/public/themes/simpleboot3/public/assets/css/log.css @@ -785,6 +785,7 @@ cursor: pointer; -webkit-justify-content: space-around; align-items: center; cursor: pointer; + margin-top: 50px; } .log_three_tab_one { diff --git a/simplewind/cmf/controller/WeChatBaseController.php b/simplewind/cmf/controller/WeChatBaseController.php index 6cf0d0e..b28f6f6 100644 --- a/simplewind/cmf/controller/WeChatBaseController.php +++ b/simplewind/cmf/controller/WeChatBaseController.php @@ -204,7 +204,7 @@ class WeChatBaseController extends BaseController */ public function checkWeChatUserLogin() { -// $user = Db::name('user')->where('id',303)->find(); +// $user = Db::name('user')->where('id',6)->find(); // cmf_update_current_user($user); // session('user',null); $userId = cmf_get_current_user_id(); -- libgit2 0.24.0