Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
chenchao
2016-12-29 16:02:08 +0800
Commit
c71dfb27b708126f2018645ca487631ce42ff3bf
1 parent
746df0c5
data type adapt
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/static/js.jquery/module/customService/promotion/Index.js
code/static/js.jquery/module/customService/promotion/Index.js
View file @
c71dfb2
...
...
@@ -62,7 +62,7 @@ var g = new common.grid({
return
"促销条件未设置"
;
}
if
(
item
.
promotionParams
.
limitParam
&&
item
.
promotionParams
.
limitParam
==
=
1
){
&&
item
.
promotionParams
.
limitParam
==
1
){
name
=
"是"
;
}
return
name
;
...
...
Please
register
or
login
to post a comment