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
5079c934
Commit
5079c934
authored
Oct 09, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺详情 经纪人评价修改 签约规则 签约年限 修改
parent
52436c5c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
share_detail.html
application/app/view/index/share_detail.html
+6
-6
detaila_tl.js
public/app/js/detaila_tl.js
+6
-1
No files found.
application/app/view/index/share_detail.html
View file @
5079c934
...
@@ -73,11 +73,11 @@
...
@@ -73,11 +73,11 @@
<!--付款方式 签约年限-->
<!--付款方式 签约年限-->
<p
class=
"b3_font1"
>
<p
class=
"b3_font1"
>
付款方式:
付款方式:
<span
class=
"gw"
>
付三押二
</span>
<span
class=
"gw
terms-payment
"
>
付三押二
</span>
</p>
</p>
<p
class=
"b3_font1"
>
<p
class=
"b3_font1"
>
签约年限:
签约年限:
<span
class=
"gw"
>
3-5年
</span>
<span
class=
"gw
signing-year
"
>
3-5年
</span>
</p>
</p>
<p
class=
"b3_font2"
>
<p
class=
"b3_font2"
>
适合经营:
适合经营:
...
@@ -160,16 +160,16 @@
...
@@ -160,16 +160,16 @@
经纪人对本铺评价
经纪人对本铺评价
</p>
</p>
<p
class=
"b4_font_p_evaluation_first b4_font2"
>
<p
class=
"b4_font_p_evaluation_first b4_font2"
>
周边配套:
<span
class=
"b4_font_evaluation"
>
附近有沃尔玛超市、世纪联华超市、眼镜百货店等商场,杨泰公寓、杨泰二村等小区。
</span>
周边配套:
<span
class=
"b4_font_evaluation
surrounding-complete
"
>
附近有沃尔玛超市、世纪联华超市、眼镜百货店等商场,杨泰公寓、杨泰二村等小区。
</span>
</p>
</p>
<p
class=
"b4_font_p_evaluation b4_font2"
>
<p
class=
"b4_font_p_evaluation b4_font2"
>
所处地段:
<span
class=
"b4_font_evaluation"
>
店铺位于商圈中心,地段繁华,交通便利。商铺在商场一楼,便于顾客进店。
</span>
所处地段:
<span
class=
"b4_font_evaluation
in-section
"
>
店铺位于商圈中心,地段繁华,交通便利。商铺在商场一楼,便于顾客进店。
</span>
</p>
</p>
<p
class=
"b4_font_p_evaluation b4_font2"
>
<p
class=
"b4_font_p_evaluation b4_font2"
>
附近人流:
<span
class=
"b4_font_evaluation"
>
店铺周围客流量大,人群消费意愿强。
</span>
附近人流:
<span
class=
"b4_font_evaluation
near-stream
"
>
店铺周围客流量大,人群消费意愿强。
</span>
</p>
</p>
<p
class=
"b4_font_p_evaluation b4_font2"
>
<p
class=
"b4_font_p_evaluation b4_font2"
>
其他补充:
<span
class=
"b4_font_evaluation"
>
有证照,省去开店前置手续。有380V动力电,满足设备用电需要。
</span>
其他补充:
<span
class=
"b4_font_evaluation
other-supplementary
"
>
有证照,省去开店前置手续。有380V动力电,满足设备用电需要。
</span>
</p>
</p>
</div>
</div>
<!--line 5-->
<!--line 5-->
...
...
public/app/js/detaila_tl.js
View file @
5079c934
...
@@ -99,7 +99,12 @@
...
@@ -99,7 +99,12 @@
$
(
".b3_spanhao"
).
html
(
response
.
data
.
id
);
$
(
".b3_spanhao"
).
html
(
response
.
data
.
id
);
$
(
".b3_span3"
).
html
(
response
.
data
.
enter_num
);
$
(
".b3_span3"
).
html
(
response
.
data
.
enter_num
);
$
(
".b4_font_p1"
).
html
(
response
.
data
.
external_item_advantage
);
$
(
".b4_font_p1"
).
html
(
response
.
data
.
external_item_advantage
);
$
(
".b5_font_p1"
).
html
(
response
.
data
.
new_sign_rule
);
$
(
".terms-payment"
).
html
(
response
.
data
.
sign_rule
);
$
(
".signing-year"
).
html
(
response
.
data
.
age_limit
);
$
(
".surrounding-complete"
).
html
(
response
.
data
.
rim_mating
);
$
(
".in-section"
).
html
(
response
.
data
.
section
);
$
(
".near-stream"
).
html
(
response
.
data
.
crowd
);
$
(
".other-supplementary"
).
html
(
response
.
data
.
other
);
$
(
".yingye-time"
).
html
(
response
.
data
.
do_business_date
);
$
(
".yingye-time"
).
html
(
response
.
data
.
do_business_date
);
$
(
".zhaoshang-time"
).
html
(
response
.
data
.
opening_date
);
$
(
".zhaoshang-time"
).
html
(
response
.
data
.
opening_date
);
$
(
".kaiye-time"
).
html
(
response
.
data
.
start_business_date
);
$
(
".kaiye-time"
).
html
(
response
.
data
.
start_business_date
);
...
...
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