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
71e88ba7
Commit
71e88ba7
authored
Sep 21, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台 优化
parent
03c3c32c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
detaila_tl.js
public/app/js/detaila_tl.js
+1
-1
shop_detail_pc.js
public/app/js/shop_detail_pc.js
+2
-0
No files found.
public/app/js/detaila_tl.js
View file @
71e88ba7
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
$
(
".b3_span"
).
html
(
"街铺"
);
$
(
".b3_span"
).
html
(
"街铺"
);
$
(
'.pu_area_type'
).
html
(
'使用面积'
);
$
(
'.pu_area_type'
).
html
(
'使用面积'
);
$
(
'.b3_span_build_type'
).
html
(
'建筑面积'
+
':'
);
$
(
'.b3_span_build_type'
).
html
(
'建筑面积'
+
':'
);
$
(
'has-housed'
).
html
(
'当前商铺业态'
+
':'
);
$
(
'
.
has-housed'
).
html
(
'当前商铺业态'
+
':'
);
}
}
...
...
public/app/js/shop_detail_pc.js
View file @
71e88ba7
...
@@ -166,6 +166,8 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'], functio
...
@@ -166,6 +166,8 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'], functio
isPublicUser
(){
//点击c端公开
isPublicUser
(){
//点击c端公开
let
_this
=
this
;
let
_this
=
this
;
_this
.
modalShow3
=
true
;
_this
.
modalShow3
=
true
;
_this
.
refreshHouseDetails
();
},
},
hidePublicUser
(){
//取消c端公开
hidePublicUser
(){
//取消c端公开
let
_this
=
this
;
let
_this
=
this
;
...
...
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