作者 王晓刚
1 个管道 的构建 通过 耗费 28 秒

提现最低限制

... ... @@ -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 {
... ...
... ... @@ -785,6 +785,7 @@ cursor: pointer;
-webkit-justify-content: space-around;
align-items: center;
cursor: pointer;
margin-top: 50px;
}
.log_three_tab_one {
... ...
... ... @@ -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();
... ...