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
Plain Diff
Browse Files
Authored by
陈峰
2017-03-17 18:38:12 +0800
Commit
acfc248f97345ceef14080a74693d1ba15aa1117
2 parents
bce65615
f2ca88a1
Merge branch 'feature/geetest' into hotfix/bugs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
public/js/plugin/validata.js
public/js/plugin/validata.js
View file @
acfc248
...
...
@@ -10,6 +10,13 @@ const validType = {
GEETEST
:
2
};
// 解决加载w3t统计代码同时使用geetest报错问题
(()
=>
{
(
typeof
SVGAnimatedString
!==
'undefined'
)
&&
(
SVGAnimatedString
.
prototype
.
indexOf
=
function
()
{
return
false
;
});
})();
class
Validate
{
constructor
(
container
,
options
)
{
this
.
$container
=
container
;
...
...
Please
register
or
login
to post a comment