切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
王晓刚
5 years ago
提交
70ae274e1f69866d6a219432b37ca5cabc24a5cb
1 个父辈
bff1b980
1 个管道 的构建
通过
耗费 28 秒
提现最低限制
变更
3
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
6 行增加
和
3 行删除
public/themes/simpleboot3/public/assets/css/base.css
public/themes/simpleboot3/public/assets/css/log.css
simplewind/cmf/controller/WeChatBaseController.php
public/themes/simpleboot3/public/assets/css/base.css
查看文件 @
70ae274
...
...
@@ -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
{
...
...
public/themes/simpleboot3/public/assets/css/log.css
查看文件 @
70ae274
...
...
@@ -785,6 +785,7 @@ cursor: pointer;
-webkit-justify-content
:
space-around
;
align-items
:
center
;
cursor
:
pointer
;
margin-top
:
50px
;
}
.log_three_tab_one
{
...
...
simplewind/cmf/controller/WeChatBaseController.php
查看文件 @
70ae274
...
...
@@ -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
();
...
...
请
注册
或
登录
后发表评论