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-01 16:17:41 +0800
Commit
b0c9d54cab6c3a0cce8acd06da525dfc218927f5
1 parent
ce47abaa
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
code/apps/customService/interfaces/promotion.js
code/apps/customService/views/promotion/Index.html
code/apps/customService/interfaces/promotion.js
View file @
b0c9d54
...
...
@@ -54,6 +54,8 @@ module.exports={
{
name
:
'is_valid'
,
type
:
'Number'
},
{
name
:
'sort_type'
,
type
:
'Number'
},
{
name
:
'title'
,
type
:
'string'
},
{
name
:
'page'
,
type
:
'Number'
},
{
name
:
'size'
,
type
:
'Number'
}
]
}
}
...
...
code/apps/customService/views/promotion/Index.html
View file @
b0c9d54
...
...
@@ -2,10 +2,7 @@
<
%include '../../../common/views/__partail/ListHeader'%>
<div
class=
"contentpanel"
>
<div
class=
"panel panel-default"
style=
"margin-bottom:10px"
>
<div
class=
"panel-body"
style=
"padding-bottom: 0"
>
<a
href=
"/promotionInfo/addNew"
class=
"btn btn-success "
><i
class=
"fa fa-plus"
></i>
添加促销/a>
</div>
<div
class=
"panel panel-default"
style=
"margin-bottom:10px"
>
<div
class=
"panel-body"
>
<div
class=
"row"
>
...
...
@@ -38,6 +35,7 @@
<div
class=
"panel-col"
>
<a
id=
"filter-btn"
href=
"javascript:void(0);"
class=
"btn btn-info"
>
筛选
</a>
<a
id=
"filter-all"
href=
"/promotion/index"
class=
"btn btn-info"
>
全部
</a>
<a
href=
"/promotionInfo/addNew"
class=
"btn btn-success "
><i
class=
"fa fa-plus"
></i>
添加促销/a>
</div>
</div>
</div>
...
...
Please
register
or
login
to post a comment