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
1a16fa2c
Commit
1a16fa2c
authored
Aug 03, 2018
by
clone
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0723-v2.5.0' of
https://gitee.com/zwyjjc/tl_estate
into 0723-v2.5.0
parents
c89b7576
bef558a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+9
-9
user.js
public/resource/js/user.js
+1
-1
No files found.
public/resource/js/RemarkFollowIndex.js
View file @
1a16fa2c
...
@@ -119,15 +119,15 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
...
@@ -119,15 +119,15 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
$
(
'#guest_stores'
).
html
(
''
);
$
(
'#guest_stores'
).
html
(
''
);
$
(
'#guest_stores2'
).
html
(
''
);
$
(
'#guest_stores2'
).
html
(
''
);
});
});
$
(
"#close"
).
click
(
function
()
{
//
$("#close").click(function() {
document
.
getElementById
(
"add_user_form"
).
reset
();
//
document.getElementById("add_user_form").reset();
$
(
".user-ul"
).
empty
();
//
$(".user-ul").empty();
});
//
});
//
$
(
".close"
).
click
(
function
()
{
//
$(".close").click(function() {
document
.
getElementById
(
"add_user_form"
).
reset
();
//
document.getElementById("add_user_form").reset();
$
(
".user-ul"
).
empty
();
//
$(".user-ul").empty();
});
//
});
$
(
"#confirm_delete"
).
click
(
function
()
{
$
(
"#confirm_delete"
).
click
(
function
()
{
var
params
=
{};
var
params
=
{};
...
...
public/resource/js/user.js
View file @
1a16fa2c
...
@@ -113,7 +113,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
...
@@ -113,7 +113,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
$
(
'#guest_stores'
).
html
(
''
);
$
(
'#guest_stores'
).
html
(
''
);
$
(
'#guest_stores2'
).
html
(
''
);
$
(
'#guest_stores2'
).
html
(
''
);
});
});
//新增 客户 重置信息
$
(
"#close"
).
click
(
function
()
{
$
(
"#close"
).
click
(
function
()
{
document
.
getElementById
(
"add_user_form"
).
reset
();
document
.
getElementById
(
"add_user_form"
).
reset
();
$
(
".user-ul"
).
empty
();
$
(
".user-ul"
).
empty
();
...
...
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