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
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
2016-03-10 17:24:27 +0800
Commit
fcf07db69ba80b0a38069f8c882bd9508242c3e1
1 parent
7aef5e3d
提价
Hide 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 @
fcf07db
...
...
@@ -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