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
9e0b8ab9
Commit
9e0b8ab9
authored
Feb 22, 2019
by
clone
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test'
parents
d3695fdf
a57deb7a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
footer_tpl.html
application/index/view/global/footer_tpl.html
+1
-1
houseList.js
public/resource/js/houseList.js
+3
-3
user.js
public/resource/js/user.js
+3
-3
No files found.
application/index/view/global/footer_tpl.html
View file @
9e0b8ab9
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=201901
11
99'
charset=
'utf-8'
></script>
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=201901
88
99'
charset=
'utf-8'
></script>
public/resource/js/houseList.js
View file @
9e0b8ab9
...
@@ -318,9 +318,9 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
...
@@ -318,9 +318,9 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
});
});
//收藏 取消收藏
//收藏 取消收藏
$
(
document
).
delegate
(
".is_show_shoucang"
,
"click"
,
function
()
{
//点击禁用
$
(
document
).
delegate
(
".is_show_shoucang"
,
"click"
,
function
()
{
//点击禁用
if
(
!
confirm
(
'是否继续?'
))
{
//
if(!confirm('是否继续?')) {
return
;
//
return;
}
//
}
business
.
house_id
=
$
(
this
).
attr
(
"data-id"
);
business
.
house_id
=
$
(
this
).
attr
(
"data-id"
);
var
params
=
{
var
params
=
{
...
...
public/resource/js/user.js
View file @
9e0b8ab9
...
@@ -248,9 +248,9 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
...
@@ -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'
)));
//读取缓存
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
//读取缓存
user
.
baohu
=
$
(
this
).
attr
(
"data-baohu"
);
user
.
baohu
=
$
(
this
).
attr
(
"data-baohu"
);
user
.
agentbaohu
=
$
(
this
).
attr
(
"data-agent"
);
user
.
agentbaohu
=
$
(
this
).
attr
(
"data-agent"
);
if
(
!
confirm
(
'是否继续?'
))
{
//
if(!confirm('是否继续?')) {
return
;
//
return;
}
//
}
if
((
user_info_obj
.
id
*
1
==
user
.
agentbaohu
*
1
)
||
user
.
baohu
*
1
){
if
((
user_info_obj
.
id
*
1
==
user
.
agentbaohu
*
1
)
||
user
.
baohu
*
1
){
user
.
id
=
$
(
this
).
attr
(
"data-id"
);
user
.
id
=
$
(
this
).
attr
(
"data-id"
);
var
params
=
{
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