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
175cbb08
Commit
175cbb08
authored
Apr 17, 2018
by
hujun
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/test' into test
parents
9b67acbb
e6222852
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
edit.html
application/index/view/houses/edit.html
+1
-0
edit.js
public/resource/js/edit.js
+2
-2
No files found.
application/index/view/houses/edit.html
View file @
175cbb08
...
...
@@ -59,6 +59,7 @@
border
:
1px
solid
#ccc
;
border-top
:
none
;
background-color
:
white
;
display
:
none
;
}
.phone-list-container
>
ul
>
li
:hover
{
...
...
public/resource/js/edit.js
View file @
175cbb08
...
...
@@ -570,7 +570,7 @@ define (['ckfinder','ckfinderStart', 'bootstrapJs'], function () {
_doc
.
on
(
'click'
,
'.phone-list-container>ul>li'
,
function
(){
var
_this
=
$
(
this
);
_this
.
parent
().
prev
().
val
(
_this
.
html
()).
attr
(
'data-id'
,
_this
.
attr
(
'data-id'
));
_this
.
parent
().
html
(
''
);
_this
.
parent
().
html
(
''
)
.
hide
()
;
});
var
_ajaxObjTel
=
null
;
...
...
@@ -602,7 +602,7 @@ define (['ckfinder','ckfinderStart', 'bootstrapJs'], function () {
'3'
:
item
[
'id'
]
});
});
_this
.
next
().
html
(
_htmlTemp
);
_this
.
next
().
show
().
html
(
_htmlTemp
);
}
else
{
_this
.
next
().
html
(
''
);
};
...
...
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