Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Files
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Blame view
public/js/passport/reg.page.js
90 Bytes
Raw
Normal View
History
Permalink
增加部分函数注释
e2c1438b
htoooth
authored
9 years ago
1
2
3
/**
* Created by TaoHuang on 2016/6/21.
*/
init
5e3e05eb
htoooth
authored
9 years ago
4
5
var
reg
=
require
(
'./reg/reg'
);
链式调用
0abfaea8
htoooth
authored
9 years ago
6
reg
.
init
();