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
weiqingting
2016-05-10 13:35:14 +0800
Commit
0ef080a671d2832b615226b1ab89c041c54b6c7b
2 parents
98814c54
0098f2a2
Merge branch 'release/release' into release/pre
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
server/interface/subjectManage.js
server/views/partials/resource/taoyu.html
server/interface/subjectManage.js
View file @
0ef080a
...
...
@@ -81,7 +81,8 @@ exports.res = [
isJsonRaw
:
true
,
url
:
'/pool/queryBaseProductPoolList'
,
params
:
[
{
name
:
'poolName'
,
type
:
'string'
}
{
name
:
'poolName'
,
type
:
'string'
},
{
name
:
'idName'
,
type
:
'string'
}
]
},
{
...
...
server/views/partials/resource/taoyu.html
View file @
0ef080a
...
...
@@ -131,7 +131,7 @@
<
/div
>
<
div
class
=
"col-sm-6"
>
<
label
>
跳转地址
<
/label> &emsp
;
<
input
value
=
"[[contentData.data.title.more_url.url]]"
placeholder
=
"url"
class
=
"form-control observe input-form"
required
=
"required"
data
-
field
=
"title.more_url.url"
/>
<
input
value
=
"[[contentData.data.title.more_url.url]]"
placeholder
=
"url"
class
=
"form-control observe input-form"
data
-
field
=
"title.more_url.url"
/>
<
br
>&
emsp
;
&
emsp
;
&
emsp
;
&
emsp
;
&
emsp
;
&
emsp
;
<
label
style
=
"color:#999;margin-top: 5px;"
>
注:链接中不能有英文单引号
<
/label
>
<
/div
>
<
/div
>
...
...
Please
register
or
login
to post a comment