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
Plain Diff
Browse Files
Authored by
wangwei
2018-01-04 10:56:23 +0800
Commit
2c7acc87023a3da711d78604d25d71f7428696a2
2 parents
29142b0d
750a450d
Merge branch 'dev_blk改版' into test6.4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
1 deletions
code/apps/resource/views/__partail/taoyu.html
code/apps/resource/views/__partail/taoyu2.html
code/static/js.jquery/module/resource/partials/Button1.js
code/apps/resource/views/__partail/taoyu.html
View file @
2c7acc8
...
...
@@ -2043,6 +2043,9 @@
<script
type=
"text/template"
id=
"noEdit-template"
>
<
div
>
固定内容,暂时无法编辑
!<
/div
>
</script>
<script
type=
"text/template"
id=
"blkCategory-template"
>
<
div
>
固定内容,暂时无法编辑
!<
/div
>
</script>
<script
type=
"text/template"
id=
"template-batchAddImage"
>
<
div
class
=
"rows"
id
=
"moduleimgs"
>
...
...
code/apps/resource/views/__partail/taoyu2.html
View file @
2c7acc8
...
...
@@ -103,6 +103,12 @@
<span>
潮人搭配
</span>
</div>
</div>
[[else if module.contentData.template_name=='blkCategory']]
<div
class=
"big-pic"
>
<div
class=
"wordText"
>
<span>
blk分类
</span>
</div>
</div>
[[else if module.contentData.template_name=='trendgoodsTopic']]
<div
class=
"big-pic"
>
<div
class=
"wordText"
>
...
...
code/static/js.jquery/module/resource/partials/Button1.js
View file @
2c7acc8
...
...
@@ -1839,7 +1839,15 @@ var Button = [
"guangShowType"
:
"1"
},
"isNewFloor"
:
"1"
}
},
{
button_name
:
"blk分类"
,
template_intro
:
"blk分类"
,
template_name
:
"blkCategory"
,
dialog
:
"blkCategory-template"
,
data
:
{},
"isNewFloor"
:
"1"
},
];
module
.
exports
=
Button
;
...
...
Please
register
or
login
to post a comment