Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
zhangxiaoru
2016-10-31 18:01:11 +0800
Commit
e86da1f3320381540cffc82f853f26386c91db34
1 parent
35dc9910
furl
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/js/activity/coupon-floor.page.js
public/js/activity/coupon-floor.page.js
View file @
e86da1f
...
...
@@ -210,10 +210,10 @@ $('.floor').on('click', function() {
F_NAME
:
fName
,
F_INDEX
:
index
,
I_INDEX
:
1
,
F_URL
:
fUrl
F_URL
:
encodeURIComponent
(
fUrl
)
})
},
true
);
}
//
return false;
//return false;
});
...
...
Please
register
or
login
to post a comment