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
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2020-01-07 14:31:46 +0800
Commit
3aa2d2653f99847364c1849ea4683ae31d7902d2
1 parent
38c7f3bf
hot word icon-review by huangtao
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
code/apps/searchWords/views/SearchWords/Index.html
code/static/js.jquery/module/searchWords/SearchWords/Index.js
code/apps/searchWords/views/SearchWords/Index.html
View file @
3aa2d26
...
...
@@ -81,7 +81,7 @@
<
div
class
=
"form-group"
>
<
label
for
=
"content"
class
=
"col-sm-2 control-label"
>
图标
<
/label
>
<
div
class
=
"col-sm-10"
>
<
input
type
=
"file"
name
=
"file"
value
=
"[[icon]]"
class
=
"observe"
data
-
field
=
"icon"
/>
<
input
id
=
"word-icon"
type
=
"file"
name
=
"file"
value
=
"[[icon]]"
class
=
"observe"
data
-
field
=
"icon"
/>
<
/div
>
<
/div
>
...
...
code/static/js.jquery/module/searchWords/SearchWords/Index.js
View file @
3aa2d26
...
...
@@ -159,7 +159,7 @@ var Bll = {
__editRender
:
function
()
{
edit
.
init
();
edit
.
on
(
"file_onComplete"
,
function
(
obj
)
{
edit
.
on
(
"file_onComplete
_word-icon
"
,
function
(
obj
)
{
console
.
log
(
obj
);
var
names
=
obj
.
field
;
console
.
log
(
names
);
...
...
Please
register
or
login
to post a comment