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
Email Patches
Plain Diff
Browse Files
Authored by
ZhongW
9 years ago
Commit
511211d4ccd5bbbb8410d07e01adaba7aafe8a11
1 parent
d42e8522
打包
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
8 deletions
server/views/guang/info/Index.html
server/views/operations/category/Edit.html
server/views/resource/__partail/taoyu2.html
server/views/guang/info/Index.html
View file @
511211d
...
...
@@ -52,7 +52,7 @@
<div
class=
"panel-col"
>
<select
id=
"appType"
class=
"form-control"
>
<option
value=
"-1"
>
是否BLK
商品
</option>
<option
value=
"-1"
>
是否BLK
资讯
</option>
<option
value=
"1"
>
是BLK
</option>
<option
value=
"0"
>
非BLK
</option>
</select>
...
...
server/views/operations/category/Edit.html
View file @
511211d
...
...
@@ -37,7 +37,7 @@
<
div
class
=
"form-group"
>
<
label
class
=
"col-sm-1 control-label"
>
英文名称
<
/label
>
<
div
class
=
"col-sm-9"
>
<
input
type
=
"text"
value
=
"[[sortNameEn]]"
class
=
"form-control observe"
data
-
field
=
"sortNameEn"
placeholder
=
"英文名称"
required
>
<
input
type
=
"text"
value
=
"[[sortNameEn]]"
class
=
"form-control observe"
data
-
field
=
"sortNameEn"
placeholder
=
"英文名称"
>
<
/div
>
<
/div><!-- form-group --
>
<
div
class
=
"form-group"
>
...
...
server/views/resource/__partail/taoyu2.html
View file @
511211d
...
...
@@ -439,12 +439,16 @@
<p
class=
"title"
>
[[module.contentData.data.title.name]]
<a
class=
"more"
href=
"#"
>
[[module.contentData.data.title.more_name]]
</a></p>
[[/if]]
<p
class=
"big-pic"
><img
src=
"[[module.contentData.data.list[0].src]]"
></p>
<div
class=
"col-sm-6 matchImage"
style=
"padding-left: 3px"
>
<img
src=
"[[module.contentData.data.list[1].src]]"
>
</div>
<div
class=
"col-sm-6 matchImage"
>
<img
style=
"height: 50%;width: 100%"
src=
"[[module.contentData.data.list[2].src]]"
>
<div>
<div
class=
"col-sm-4 matchImage"
>
<img
src=
"[[module.contentData.data.list[0].src]]"
>
</div>
<div
class=
"col-sm-4 matchImage"
>
<img
src=
"[[module.contentData.data.list[1].src]]"
>
</div>
<div
class=
"col-sm-4 matchImage"
>
<img
src=
"[[module.contentData.data.list[2].src]]"
>
</div>
</div>
</div>
</div>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment