Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
liuyue
2016-03-10 17:25:51 +0800
Commit
1e7b1577122b682eb3f924e1c3d00ab1c27a6bc8
2 parents
14799abc
fcf07db6
Merge branch 'develop' of git.dev.yoho.cn:platform/yohobuy-portal-fe into develop
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
client/js/common/util.js
client/js/common/util.js
View file @
1e7b157
...
...
@@ -154,7 +154,7 @@ var util = {
if
(
!
/
\w
+
\.\w
+/g
.
test
(
aa
))
{
return
'if(obj.'
+
aa
+
'){'
;
}
return
'if(
$1
){'
;
return
'if(
'
+
$1
+
'
){'
;
});
return
"[["
+
trim
+
"]]"
;
}
else
if
(
/^
\/
if/
.
test
(
trim
))
{
...
...
Please
register
or
login
to post a comment