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
dongjunjie
9 years ago
Commit
9cf95915080eba16ecdc8ef64b468af790acf6f1
1 parent
9d429225
内容发布资讯管理链接清空
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
code/static/js.jquery/module/guang/info/Edit.js
code/static/js.jquery/module/guang/info/Edit.js
View file @
9cf9591
...
...
@@ -1166,10 +1166,14 @@ var imgsTem = "?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/ba
*/
$
(
document
).
on
(
"click"
,
"#addUrl"
,
function
()
{
common
.
dialog
.
confirm
(
"添加链接"
,
common
.
util
.
__template2
(
$
(
"#template2"
).
html
(),
{}),
function
()
{
$
(
"#url"
).
val
(
JSON
.
stringify
({
action
:
$
(
"#goTo"
).
val
(),
url
:
$
(
"#goToUrl"
).
val
()
}));
if
(
$
(
"#goTo"
).
val
()
==
''
&&
$
(
"#goToUrl"
).
val
()
==
''
){
$
(
"#url"
).
val
(
''
);
}
else
{
$
(
"#url"
).
val
(
JSON
.
stringify
({
action
:
$
(
"#goTo"
).
val
(),
url
:
$
(
"#goToUrl"
).
val
()
}));
}
});
});
/*上传多张图片*/
...
...
Please
register
or
login
to post a comment