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
liuyue
2016-03-18 15:48:01 +0800
Commit
b2ceb152383609d387900cc5ced413df0f5f7bd3
1 parent
6a68aec3
模板
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 @
b2ceb15
...
...
@@ -153,7 +153,7 @@ var util = {
return
"[["
+
trim
+
"]]"
;
}
else
{
params
.
push
(
trim
);
return
"[[+(
("
+
trim
+
")||''
)+]]"
;
return
"[[+(
"
+
trim
+
"
)+]]"
;
}
});
// console.log(params);
...
...
Please
register
or
login
to post a comment