Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuloulou
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to dashboard
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
ping
9 years ago
Commit
698a92bf39ffe5d8ff42619a6117a977cbc0bdb9
2 parents
2b52d519
b51725bc
Merge branch 'portal_dev_4.9' into grey
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
code/apps/shop/views/DecorationBLK.html
code/apps/shop/views/ShopCategory/Edit.html
code/apps/shop/views/DecorationBLK.html
View file @
698a92b
...
...
@@ -55,7 +55,7 @@
<
div
class
=
"shopBanner canEdit"
data
-
dialogid
=
"shopTopBanner"
>
<
img
src
=
"[[resources.shopTopBanner.data.shopSrc]]"
>
[[
if
resources
.
shopTopBanner
.
data
.
isShowShopName
==
"Y"
]]
<
h1
>
[[
shopName
]]
<
/h1
>
<
h1
style
=
"color:white;margin-top:70px"
>
[[
shopName
]]
<
/h1
>
[[
/if]
]
<
/div
>
...
...
code/apps/shop/views/ShopCategory/Edit.html
View file @
698a92b
...
...
@@ -23,6 +23,7 @@
<input
id=
"productSKN"
type=
"text"
class=
"form-control"
placeholder=
"SKN"
/>
<input
id=
"factoryCode"
type=
"text"
class=
"form-control"
placeholder=
"商家编码"
/>
<a
href=
"javascript:"
class=
"btn btn-info filter-btn"
>
查询
</a>
<a
id=
"all-btn"
href=
""
class=
"btn btn-info"
>
全部
</a>
<a
href=
"javascript:"
class=
"btn btn-danger cancelAll"
style=
"float: right;display: none"
>
全部取消
</a>
</div>
<div
id=
"productTable"
></div>
...
...
Please
register
or
login
to post a comment