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
a22049bf
Commit
a22049bf
authored
Aug 02, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查看商铺修改
parent
315564bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
shop_detail_pc.html
application/app_broker/view/index/shop_detail_pc.html
+3
-3
shop_detail_pc.js
public/app/js/shop_detail_pc.js
+1
-1
No files found.
application/app_broker/view/index/shop_detail_pc.html
View file @
a22049bf
...
...
@@ -30,7 +30,7 @@
</tr>
<tr>
<td>
{{d.shop_type?'使用面积':'商铺面积'}}:{{dealArea}}
</td>
<td>
{{d.shop_type?'建筑面积':'项目总面积'}}:{{d.market_area}}
</td>
<td>
{{d.shop_type?'建筑面积':'项目总面积'}}:{{d.market_area}}
m²
</td>
<td>
剩余铺数:{{d.residue_num}}
</td>
<td>
总铺数:{{d.total}}
</td>
</tr>
...
...
@@ -54,8 +54,8 @@
</tr>
<tr>
<td>
营业时间:{{d.do_business_date}}
</td>
<td>
招商时间:{{d.opening_date}}
</td>
<td>
开业时间:{{d.start_business_date}}
</td>
<td
v-if=
"!d.shop_type"
>
招商时间:{{d.opening_date}}
</td>
<td
v-if=
"!d.shop_type"
>
开业时间:{{d.start_business_date}}
</td>
<td>
煤气:{{d.is_has_gas?'没有':'有'}}
</td>
</tr>
<tr
class=
"tr-seat"
>
...
...
public/app/js/shop_detail_pc.js
View file @
a22049bf
...
...
@@ -56,7 +56,7 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'],function
},
signRule
()
{
let
_this
=
this
;
return
'付'
+
_this
.
d
.
payment_month
+
'压'
+
_this
.
d
.
deposit_month
+
' '
+
_this
.
d
.
age_limit
;
return
'付'
+
_this
.
d
.
payment_month
+
'压'
+
_this
.
d
.
deposit_month
+
' '
+
_this
.
d
.
age_limit
+
'年'
;
},
//点击拨打,调用隐号接口
callHide
(
t
)
{
...
...
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