Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
ba971bd1
Commit
ba971bd1
authored
Dec 18, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
黑化名单修改
parent
b3bad4a1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
blackListCon.html
application/index/view/blackList/blackListCon.html
+2
-1
agent.html
application/index/view/broker/agent.html
+2
-1
black_list.js
public/resource/js/black_list.js
+1
-1
No files found.
application/index/view/blackList/blackListCon.html
View file @
ba971bd1
...
@@ -92,9 +92,10 @@
...
@@ -92,9 +92,10 @@
opacity
:
0
;
opacity
:
0
;
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
0
;
left
:
145
px
;
left
:
210
px
;
height
:
35px
;
height
:
35px
;
width
:
80px
;
width
:
80px
;
cursor
:
pointer
;
}
}
.modal-body-width
{
.modal-body-width
{
width
:
800px
;
width
:
800px
;
...
...
application/index/view/broker/agent.html
View file @
ba971bd1
...
@@ -90,9 +90,10 @@
...
@@ -90,9 +90,10 @@
opacity
:
0
;
opacity
:
0
;
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
0
;
left
:
145
px
;
left
:
210
px
;
height
:
35px
;
height
:
35px
;
width
:
80px
;
width
:
80px
;
cursor
:
pointer
;
}
}
.modal-body-width
{
.modal-body-width
{
width
:
800px
;
width
:
800px
;
...
...
public/resource/js/black_list.js
View file @
ba971bd1
...
@@ -45,7 +45,7 @@ define(['doT', 'text!temp/black_list_template_tpl.html', 'css!style/home.css', '
...
@@ -45,7 +45,7 @@ define(['doT', 'text!temp/black_list_template_tpl.html', 'css!style/home.css', '
if
(
_data
.
code
==
200
)
{
if
(
_data
.
code
==
200
)
{
$
(
'#container_body_img_area'
).
append
(
'<div class="result"><img data-imgname="{0}" src="{1}" alt=""/> <span class="span-del">删除</span></div>'
.
stringFormatObj
({
$
(
'#container_body_img_area'
).
append
(
'<div class="result"><img data-imgname="{0}" src="{1}" alt=""/> <span class="span-del">删除</span></div>'
.
stringFormatObj
({
'0'
:
_data
.
data
.
img_path
,
'0'
:
_data
.
data
.
img_path
,
'1'
:
_data
.
data
.
internet_img_name
?
urlDeal
(
_data
.
data
.
internet_img_name
):
_data
.
data
.
internet_img_name
'1'
:
'/'
+
_data
.
data
.
internet_img_name
}));
}));
}
else
{
}
else
{
alert
(
_data
.
msg
);
alert
(
_data
.
msg
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment