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
c2f379b4
Commit
c2f379b4
authored
Feb 22, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户列表 商铺列表 收藏 确认去掉
parent
81b17daf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
houseList.js
public/resource/js/houseList.js
+3
-3
user.js
public/resource/js/user.js
+3
-3
No files found.
public/resource/js/houseList.js
View file @
c2f379b4
...
...
@@ -318,9 +318,9 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
});
//收藏 取消收藏
$
(
document
).
delegate
(
".is_show_shoucang"
,
"click"
,
function
()
{
//点击禁用
if
(
!
confirm
(
'是否继续?'
))
{
return
;
}
//
if(!confirm('是否继续?')) {
//
return;
//
}
business
.
house_id
=
$
(
this
).
attr
(
"data-id"
);
var
params
=
{
...
...
public/resource/js/user.js
View file @
c2f379b4
...
...
@@ -248,9 +248,9 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
//读取缓存
user
.
baohu
=
$
(
this
).
attr
(
"data-baohu"
);
user
.
agentbaohu
=
$
(
this
).
attr
(
"data-agent"
);
if
(
!
confirm
(
'是否继续?'
))
{
return
;
}
//
if(!confirm('是否继续?')) {
//
return;
//
}
if
((
user_info_obj
.
id
*
1
==
user
.
agentbaohu
*
1
)
||
user
.
baohu
*
1
){
user
.
id
=
$
(
this
).
attr
(
"data-id"
);
var
params
=
{
...
...
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