切换导航条
此项目
正在载入...
登录
李涵
/
integral
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
差异文件
浏览文件
作者
李涵
6 years ago
提交
8262ddafea0771c27d1ee161eaa196f9748e45bf
2 个父辈
ba4df459
8368a4c6
1 个管道 的构建
通过
耗费 3 秒
合并分支 'li' 到 'master'
赠送积分和角色管理 查看合并请求
!476
变更
4
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
10 行增加
和
5 行删除
app/friendship/controller/FriendController.php
public/themes/simpleboot3/friendship/password_manager.html
public/themes/simpleboot3/user/center/edit_phone.html
public/themes/simpleboot3/user/center/my_balance.html
app/friendship/controller/FriendController.php
查看文件 @
8262dda
...
...
@@ -169,4 +169,9 @@ class FriendController extends HomeBaseController
}
}
//密码管理验证码页面
public
function
passwordManager
()
{
return
$this
->
fetch
(
':password_manager'
);
}
}
\ No newline at end of file
...
...
public/themes/simpleboot3/friendship/password_manager.html
0 → 100644
查看文件 @
8262dda
public/themes/simpleboot3/user/center/edit_phone.html
查看文件 @
8262dda
...
...
@@ -180,7 +180,7 @@
if
(
t
!=
null
){
curCount
=
t
;
$
(
".nextstep"
).
attr
(
"disabled"
,
true
);
//
$(".nextstep").attr("disabled",true);
$
(
".sendcode"
).
attr
(
"disabled"
,
true
)
var
phone
=
localStorage
.
getItem
(
"mobile"
);
$
(
".enterphone"
).
val
(
phone
)
...
...
@@ -203,7 +203,7 @@
localStorage
.
setItem
(
"mobile"
,
tel
)
//设置button效果,开始计时
$
(
".sendcode"
).
attr
(
"disabled"
,
true
);
$
(
".nextstep"
).
attr
(
"disabled"
,
true
);
//
$(".nextstep").attr("disabled",true);
// $(".sendcode").unbind()
$
(
".sendcode"
).
html
(
curCount
+
"秒"
);
$
(
".sendcode"
).
css
(
"color"
,
"#fff"
);
...
...
@@ -215,7 +215,7 @@
if
(
curCount
==
0
)
{
window
.
clearInterval
(
InterValObj
);
//停止计时器
$
(
".sendcode"
).
removeAttr
(
"disabled"
);
//启用按钮
$
(
".nextstep"
).
removeAttr
(
"disabled"
);
//
$(".nextstep").removeAttr("disabled");
$
(
".sendcode"
).
html
(
"重新发送验证码"
);
$
(
".sendcode"
).
css
(
"color"
,
"#fff"
);
localStorage
.
clear
();
...
...
public/themes/simpleboot3/user/center/my_balance.html
查看文件 @
8262dda
...
...
@@ -72,7 +72,7 @@
<p
class=
"record"
>
积分赠送
</p>
<P
class=
"iconfont icon-jinru"
></P>
</div>
<div
class=
"list password"
>
<div
class=
"list password"
data-url=
"{:url('friendship/Friend/passwordManager')}"
>
<p
class=
"record"
>
积分密码管理
</p>
<P
class=
"iconfont icon-jinru"
></P>
</div>
...
...
@@ -92,7 +92,7 @@
window
.
location
.
href
=
$
(
this
).
attr
(
'data-url'
);
})
$
(
".password"
).
click
(
function
(){
window
.
location
.
href
=
$
(
this
).
attr
(
'data-url'
);
})
</script>
</html>
...
...
请
注册
或
登录
后发表评论