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
45b85d92
Commit
45b85d92
authored
Aug 30, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
79694799
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
27 additions
and
8 deletions
+27
-8
shop_detail_pc.html
application/app_broker/view/index/shop_detail_pc.html
+19
-0
evaluationList.js
public/resource/js/evaluationList.js
+1
-1
getCollection.js
public/resource/js/getCollection.js
+1
-1
marchinList.js
public/resource/js/marchinList.js
+4
-4
evaluation_list_template_tpl.html
public/resource/template/evaluation_list_template_tpl.html
+1
-1
marchin_list_template_tpl.html
public/resource/template/marchin_list_template_tpl.html
+1
-1
No files found.
application/app_broker/view/index/shop_detail_pc.html
View file @
45b85d92
...
...
@@ -61,6 +61,25 @@
<tr
class=
"tr-seat"
>
<td
colspan=
"4"
></td>
</tr>
<tr>
<td>
面宽:120米
</td>
<td
v-if=
"!d.shop_type"
>
进深:130米
</td>
<td
v-if=
"!d.shop_type"
>
电量:120瓦
</td>
<td>
电压:120伏
</td>
</tr>
<tr>
<td>
燃气:有
</td>
<td
v-if=
"!d.shop_type"
>
烟管道:有
</td>
<td
v-if=
"!d.shop_type"
>
上水:有
</td>
<td>
下水:无
</td>
</tr>
<tr>
<td
colspan=
"2"
>
目前证照经营范围:餐饮
</td>
<td
colspan=
"2"
>
交付装修:毛坯
</td>
</tr>
<tr
class=
"tr-seat"
>
<td
colspan=
"4"
></td>
</tr>
<tr>
<td
colspan=
"4"
class=
"oh"
>
<div
class=
"fl"
>
详情页面轮播图:
</div>
...
...
public/resource/js/evaluationList.js
View file @
45b85d92
...
...
@@ -15,7 +15,7 @@ define(['doT', 'text!temp/evaluation_list_template_tpl.html', 'css!style/home.cs
init
:
function
()
{
//初始化dot
$
(
document
.
body
).
append
(
template
);
follow
.
getList
(
0
);
follow
.
getList
(
1
);
follow
.
event
();
},
event
:
function
()
{
...
...
public/resource/js/getCollection.js
View file @
45b85d92
...
...
@@ -10,7 +10,7 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css
init
:
function
()
{
//初始化dot
$
(
document
.
body
).
append
(
template
);
follow
.
getList
(
0
);
follow
.
getList
(
1
);
follow
.
event
();
},
event
:
function
()
{
...
...
public/resource/js/marchinList.js
View file @
45b85d92
define
([
'doT'
,
'text!temp/marchin_list_template_tpl.html'
,
'css!style/home.css'
,
'ckfinder'
,
'ckfinderStart'
,
'pagination'
,
'bootstrapJs'
],
function
(
doT
,
template
)
{
define
([
'doT'
,
'text!temp/marchin_list_template_tpl.html'
,
'css!style/home.css'
,
'ckfinder'
,
'ckfinderStart'
,
"datetimepicker"
,
'pagination'
,
'bootstrapJs'
,
'blow-up'
],
function
(
doT
,
template
)
{
follow
=
{
pageNo
:
1
,
/*第几页*/
pageSize
:
1
0
,
pageSize
:
1
5
,
/*每页显示多少条*/
id
:
''
,
house_id
:
''
,
...
...
@@ -15,7 +14,7 @@ define(['doT', 'text!temp/marchin_list_template_tpl.html', 'css!style/home.css',
init
:
function
()
{
//初始化dot
$
(
document
.
body
).
append
(
template
);
follow
.
getList
(
0
);
follow
.
getList
(
1
);
follow
.
event
();
},
event
:
function
()
{
...
...
@@ -170,6 +169,7 @@ define(['doT', 'text!temp/marchin_list_template_tpl.html', 'css!style/home.css',
/*分页代码*/
add_page
(
data
.
data
.
total
,
pageNo
,
follow
.
pageSize
,
follow
.
getList
);
}
else
{
alert
(
data
[
'msg'
]);
};
...
...
public/resource/template/evaluation_list_template_tpl.html
View file @
45b85d92
...
...
@@ -4,7 +4,7 @@
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'user_nick'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'user_phone'
]
%
]
<
/td
>
<
td
>
[
%=
hideTel
(
it
[
item
][
'user_phone'
])
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"name"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
'name'
]
%
]
[
%
}
%
]
<
/td
>
...
...
public/resource/template/marchin_list_template_tpl.html
View file @
45b85d92
...
...
@@ -3,7 +3,7 @@
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'user_name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'user_phone'
]
%
]
<
/td
>
<
td
>
[
%=
hideTel
(
it
[
item
][
'user_phone'
])
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'report_agent_name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_title'
]
%
]
<
/td
>
...
...
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