切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
王小刚
6 years ago
提交
b949ee2e2edb8e4627724a2034d70863f5abcf88
1 个父辈
2bdba9d0
1 个管道 的构建
通过
耗费 15 秒
......
变更
5
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
5 个修改的文件
包含
5 行增加
和
4 行删除
public/themes/simpleboot3/portal/index/hot_goods.html
public/themes/simpleboot3/portal/index/salesman_goods.html
public/themes/simpleboot3/portal/personalcenter/add_information.html
public/themes/simpleboot3/portal/personalcenter/income_record.html
simplewind/cmf/controller/WeChatBaseController.php
public/themes/simpleboot3/portal/index/hot_goods.html
查看文件 @
b949ee2
...
...
@@ -18,7 +18,7 @@
</a>
<p
style=
"color:white"
>
热门推荐
</p>
</div>
<div
class=
"in_hot_shop se_con"
style=
"margin-top:
0.28rem
"
>
<div
class=
"in_hot_shop se_con"
style=
"margin-top:
50px
"
>
<volist
name=
"hot_goods"
id=
"vo"
>
<div
class=
"in_hotLi"
>
<a
href=
"{:url('Goodsdetails/Goods_details',array('goods_id'=>$vo.id))}"
>
...
...
public/themes/simpleboot3/portal/index/salesman_goods.html
查看文件 @
b949ee2
...
...
@@ -18,7 +18,7 @@
</a>
<p
style=
"color:white"
>
校园团购
</p>
</div>
<div
class=
"in_hot_shop se_con"
style=
"margin-top:
0.28rem
"
>
<div
class=
"in_hot_shop se_con"
style=
"margin-top:
50px
"
>
<volist
name=
"salesman_goods"
id=
"vo"
>
<div
class=
"in_hotLi"
>
<a
href=
"{:url('Goodsdetails/Goods_details',array('goods_id'=>$vo.id))}"
>
...
...
public/themes/simpleboot3/portal/personalcenter/add_information.html
查看文件 @
b949ee2
...
...
@@ -204,7 +204,7 @@
$
(
'.log_two_bottom_btn'
).
text
(
'提交'
).
attr
(
'disabled'
,
false
);
alert
(
'提交失败'
);
}
else
if
(
data
==
4
){
alert
(
'
已提交
'
);
alert
(
'
身份证号重复
'
);
}
else
if
(
data
==
1
){
window
.
location
.
href
=
"{:url('Personalcenter/personal_center')}"
;
}
...
...
public/themes/simpleboot3/portal/personalcenter/income_record.html
查看文件 @
b949ee2
...
...
@@ -18,6 +18,7 @@
justify-content
:
space-around
;
align-items
:
center
;
padding
:
0.3rem
0
0.14rem
0
;
margin-top
:
35px
;
}
.time_btn
{
...
...
simplewind/cmf/controller/WeChatBaseController.php
查看文件 @
b949ee2
...
...
@@ -204,7 +204,7 @@ class WeChatBaseController extends BaseController
*/
public
function
checkWeChatUserLogin
()
{
// $user = Db::name('user')->where('id',
6
)->find();
// $user = Db::name('user')->where('id',
488
)->find();
// cmf_update_current_user($user);
// session('user',null);
$userId
=
cmf_get_current_user_id
();
...
...
请
注册
或
登录
后发表评论