Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
王钱钧
9 years ago
Commit
3e3bc6bb74c1c4afc0686aff244f79d9a95d71b0
2 parents
a35819f3
33359dbd
Merge branch 'release/release' of
http://git.dev.yoho.cn/platform/yohobuy-portal…
…-fe into release/release
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
38 deletions
client/js/sourceManage/partials/Button1.js
server/views/partials/resource/jiangming.html
client/js/sourceManage/partials/Button1.js
View file @
3e3bc6b
...
...
@@ -243,16 +243,7 @@ var Button = [
"title"
:
""
},
"is_show_name"
:
"N"
,
"list"
:
[],
"image"
:{
"src"
:
""
,
"alt"
:
""
,
"url"
:{
"action"
:
""
,
"url"
:
""
}
}
"list"
:
[]
}
},
{
...
...
server/views/partials/resource/jiangming.html
View file @
3e3bc6b
...
...
@@ -69,34 +69,7 @@
<
input
type
=
"hidden"
id
=
"is_show_name_brand"
value
=
"[[contentData.data.is_show_name]]"
for
=
"radio"
/>
<
/div
>
<
/div
>
<
div
class
=
"form-group"
>
<
table
class
=
"table table-hover table-bordered responsive dataTable no-footer"
>
<
tbody
>
<
tr
>
<
td
>
<
input
type
=
"file"
name
=
"file"
value
=
"[[contentData.data.image.src]]"
class
=
"observe"
data
-
field
=
"image.src"
/>
<
/td
>
<
td
>
<
div
class
=
"form-group "
>
<
select
name
=
"goTo"
class
=
"form-control observe"
value
=
"[[contentData.data.image.url.action]]"
data
-
field
=
"image.url.action"
>
[[
layout
action_template
]]
<
/select
>
<
/div
>
<
div
class
=
"form-group "
>
<
input
value
=
"[[contentData.data.image.url.url]]"
class
=
"form-control observe"
data
-
field
=
"image.url.url"
placeholder
=
"图片链接"
/>
<
p
style
=
"color:#999;margin-top: 5px;"
>
链接中不能有英文单引号
<
/p
>
<
/div
>
<
div
class
=
"form-group "
>
<
input
value
=
"[[contentData.data.image.alt]]"
class
=
"form-control observe"
data
-
field
=
"image.alt"
placeholder
=
"图片描述"
/>
<
/div
>
<
/td
>
<
/tr
>
<
/tbody
>
<
/table
>
<
/div
>
[[
/if]
]
[[
if
contentData
.
template_name
==
'customBrands'
]]
...
...
Please
register
or
login
to post a comment