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
c98220b0
Commit
c98220b0
authored
Nov 07, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
5f13ec4e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
details_tl.css
public/app/css/details_tl.css
+1
-0
detaila_tl.js
public/app/js/detaila_tl.js
+1
-0
No files found.
public/app/css/details_tl.css
View file @
c98220b0
...
@@ -445,6 +445,7 @@ body{
...
@@ -445,6 +445,7 @@ body{
bottom
:
2rem
;
bottom
:
2rem
;
height
:
1.6rem
;
height
:
1.6rem
;
width
:
1.6rem
;
width
:
1.6rem
;
display
:
none
;
}
}
.shop-list
img
{
.shop-list
img
{
width
:
1.6rem
;
width
:
1.6rem
;
...
...
public/app/js/detaila_tl.js
View file @
c98220b0
...
@@ -262,6 +262,7 @@
...
@@ -262,6 +262,7 @@
if
(
_name
||
_tel
)
{
if
(
_name
||
_tel
)
{
var
_fix_bottom
=
$
(
".fix_area_bottom_new"
);
var
_fix_bottom
=
$
(
".fix_area_bottom_new"
);
_fix_bottom
.
show
();
_fix_bottom
.
show
();
$
(
'.shop-list'
).
show
();
$
(
"#fix_name"
).
html
(
_name
);
$
(
"#fix_name"
).
html
(
_name
);
// $("#fix_tel").attr("href", "tel:" + _tel).html(_tel);
// $("#fix_tel").attr("href", "tel:" + _tel).html(_tel);
$
(
"#fix_tel"
).
attr
(
"href"
,
"tel:"
+
_tel
);
$
(
"#fix_tel"
).
attr
(
"href"
,
"tel:"
+
_tel
);
...
...
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