Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-sdk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2019-01-03 10:00:34 +0800
Commit
6d3201b2077d2e67140dacd7b02d0ed336f51bfb
1 parent
17f60b32
fix foreach
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
build/sdk.js
package.json
src/public/login.js
build/sdk.js
View file @
6d3201b
This diff could not be displayed because it is too large.
package.json
View file @
6d3201b
{
"name"
:
"yoho-activity-sdk"
,
"version"
:
"1.1.
0
"
,
"version"
:
"1.1.
1
"
,
"description"
:
"YOHO!前端js的功能封装包,主要用于在活动页面中,对主要功能的封装。"
,
"keywords"
:
[
"YOHO!"
,
...
...
src/public/login.js
View file @
6d3201b
...
...
@@ -23,7 +23,7 @@ function login(obj) {
_this
.
auth
=
function
(
nodeList
,
user
)
{
if
(
!
user
.
uid
)
{
nodeList
.
forEach
(
function
(
value
)
{
[].
forEach
.
call
(
nodeList
,
function
(
value
)
{
value
.
onclick
=
function
(
event
)
{
event
.
preventDefault
();
_this
.
goLogin
();
...
...
Please
register
or
login
to post a comment