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
9804a896
Commit
9804a896
authored
Apr 16, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c端 b端 商铺详情优化
parent
9b7a82ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
share_detail.html
application/index/view/share_shop/share_detail.html
+4
-4
detaila_tl.js
public/app/js/detaila_tl.js
+2
-2
No files found.
application/index/view/share_shop/share_detail.html
View file @
9804a896
...
...
@@ -139,7 +139,7 @@
<!--line 3-->
<!--最适合业态-->
<p
class=
"b3_font1 b3_span_shop_yetai"
>
<span>
最适合
业态:
</span>
<span>
理想经营
业态:
</span>
<span
class=
"b3_span_shop_yetai_con gw"
></span>
</p>
<p
class=
"b3_font1 b3_span_shop_num"
>
...
...
@@ -164,7 +164,7 @@
<span
class=
"gw signing-year"
>
3-5年
</span>
</p>
<p
class=
"b3_font2"
>
适合经营:
适合经营
范围
:
<span
class=
"b3_span2 gw"
></span>
</p>
<p
class=
"line_hr"
></p>
...
...
@@ -197,10 +197,10 @@
目前证照经营范围:
<span
class=
"b4_span1 gw business-scope-details"
></span>
</p>
<p
class=
"b4_font2"
>
<
!--<
p class="b4_font2">
<span class="has-housed">已入驻:</span>
<span class="b3_span3 gw"></span>
</p>
</p>
-->
<p
class=
"b4_font2"
>
营业时间:
<span
class=
"b4_span1 gw yingye-time"
></span>
...
...
public/app/js/detaila_tl.js
View file @
9804a896
...
...
@@ -60,7 +60,7 @@
$
(
".b3_span"
).
html
(
"商场"
);
$
(
'.pu_area_type'
).
html
(
'商铺面积'
);
$
(
'.b3_span_build_type'
).
html
(
'项目总面积'
+
':'
);
$
(
'has-housed'
).
html
(
'已入驻'
+
':'
);
//
$('has-housed').html('已入驻'+':');
}
else
if
(
shang
==
"1"
)
{
//街铺
//隐藏 建筑面积
...
...
@@ -77,7 +77,7 @@
$
(
".b3_span"
).
html
(
"街铺"
);
$
(
'.pu_area_type'
).
html
(
'建筑面积'
);
$
(
'.b3_span_build_type'
).
html
(
'建筑面积'
+
':'
);
$
(
'.has-housed'
).
html
(
'当前经营'
+
':'
);
//
$('.has-housed').html('当前经营'+':');
}
...
...
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