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
c74e4c26
Commit
c74e4c26
authored
Aug 08, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台 修改
parent
5af67ff3
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
266 additions
and
48 deletions
+266
-48
HouseFollowUp.html
application/index/view/houses/HouseFollowUp.html
+9
-0
houseList.html
application/index/view/houses/houseList.html
+10
-2
users_list.html
application/index/view/member/users_list.html
+59
-18
remark_follow_index.html
application/index/view/remark/remark_follow_index.html
+10
-1
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+40
-9
houseFollowUp.js
public/resource/js/houseFollowUp.js
+38
-0
houseList.js
public/resource/js/houseList.js
+46
-1
user.js
public/resource/js/user.js
+49
-17
house_template_tpl.html
public/resource/template/house_template_tpl.html
+2
-0
user_template_tpl.html
public/resource/template/user_template_tpl.html
+3
-0
No files found.
application/index/view/houses/HouseFollowUp.html
View file @
c74e4c26
...
...
@@ -81,6 +81,15 @@
<input
class=
"form-control btn4 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_phone"
placeholder=
"跟进人姓名或电话"
type=
"text"
value=
""
>
<div
class=
"clear"
></div>
<select
class=
"form-control btn2 ld-Marheight"
id=
"shop_city_id"
>
<option
value=
""
selected=
"selected"
>
城市筛选
</option>
<option
value=
"310100"
>
上海
</option>
<option
value=
"330100"
>
杭州
</option>
</select>
<select
class=
"form-control btn2 ld-Marheight"
id=
"shop_area_id"
>
<option
value=
""
selected=
"selected"
>
区域筛选
</option>
</select>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"reset"
>
重置
</span>
</form>
...
...
application/index/view/houses/houseList.html
View file @
c74e4c26
...
...
@@ -79,7 +79,7 @@
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<tr>
<td
colspan=
"
9
"
>
<td
colspan=
"
10
"
>
<form
id=
"form_search"
>
<select
class=
"form-control btn11"
id=
"is_carefully_chosen"
>
<option
value=
"-1"
"
>
是否显示在首页
</option>
...
...
@@ -118,9 +118,16 @@
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"internal_title"
placeholder=
"对内商铺名称"
type=
"text"
value=
""
>
<!--新加筛选-->
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"internal_title_open"
placeholder=
"对外商铺名称"
type=
"text"
value=
""
>
<select
class=
"form-control btn2 ld-Marheight"
id=
"district_id"
>
<select
class=
"form-control btn2 ld-Marheight"
id=
"shop_city_id"
>
<option
value=
""
selected=
"selected"
>
城市筛选
</option>
<option
value=
"310100"
>
上海
</option>
<option
value=
"330100"
>
杭州
</option>
</select>
<select
class=
"form-control btn2 ld-Marheight"
id=
"shop_area_id"
>
<option
value=
""
selected=
"selected"
>
区域筛选
</option>
</select>
<select
class=
"form-control btn2 ld-Marheight"
id=
"area_id"
>
<option
value=
""
selected=
"selected"
>
面积筛选
</option>
</select>
...
...
@@ -147,6 +154,7 @@
<tr
class=
"main_table_th_tr"
>
<th
class=
"text-center"
>
编号
</th>
<th
class=
"text-center"
>
类型
</th>
<th
class=
"text-center"
>
区域
</th>
<th
class=
"text-center"
>
对内名称
</th>
<th
class=
"text-center"
>
租金均价
</th>
<th
class=
"text-center"
>
面积
</th>
...
...
application/index/view/member/users_list.html
View file @
c74e4c26
...
...
@@ -281,6 +281,9 @@
margin-top
:
5px
;
font-size
:
16px
;
}
#user_area_add
{
margin-left
:
5px
;
}
</style>
<!--导航star-->
...
...
@@ -431,8 +434,14 @@
<div
class=
"row"
></div>
<div
class=
"clear"
></div>
<!-- <span class="btn btn-info btn3 margin-top-ld" class="reset_1">搜索</span>
<span class="btn btn-info btn3 margin-top-ld" class="reset_1">重置</span> -->
<select
class=
"form-control btn2 ld-Marheight"
id=
"user_city_choose"
>
<option
value=
""
selected=
"selected"
>
城市筛选
</option>
<option
value=
"310100"
>
上海
</option>
<option
value=
"330100"
>
杭州
</option>
</select>
<select
class=
"form-control btn2 ld-Marheight"
id=
"user_area_choose"
>
<option
value=
""
selected=
"selected"
>
区域筛选
</option>
</select>
<span
class=
"btn btn-info btn3 margin-top-ld"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3 margin-top-ld"
id=
"reset"
>
重置
</span>
<a
class=
"btn btn-info btn3 margin-top-ld user-favorites"
>
收藏夹
</a>
...
...
@@ -519,6 +528,19 @@
<!--<span class="use-span text-danger">(必填)</span>-->
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"inputEmail3"
class=
"col-sm-3 control-label"
>
客户所属城市:
</label>
<div
class=
"col-sm-9"
>
<select
class=
"form-control btn5"
id=
"user_city_add"
>
<option
value=
""
selected=
"selected"
>
请选择城市
</option>
<option
value=
"310100"
>
上海
</option>
<option
value=
"330100"
>
杭州
</option>
</select>
<select
class=
"form-control btn5"
id=
"user_area_add"
>
<option
value=
""
selected=
"selected"
>
请选择区域
</option>
</select>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
业态:
</label>
...
...
@@ -585,17 +607,17 @@
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"inputEmail3"
class=
"col-sm-3 control-label"
>
客户
所属城市
:
</label>
<label
for=
"inputEmail3"
class=
"col-sm-3 control-label"
>
客户
标签(选填)
:
</label>
<div
class=
"col-sm-9"
>
<select
class=
"form-control btn6"
id=
"user_
city
_add"
>
<select
class=
"form-control btn6"
id=
"user_
label
_add"
>
<!--<option value='' class="successModel">请选择</option>-->
<option
value=
"0"
>
上海
</option>
<option
value=
"1"
>
杭州
</option>
<option
value=
''
>
请选择
</option>
<option
value=
"40"
>
是租客也是房东
</option>
<option
value=
"41"
>
纯房东
</option>
</select>
<!--<span class="fore-span">(有权限的人才能看到VIP客户)</span>-->
</div>
</div>
</form>
</div>
<div
class=
"modal-footer"
>
...
...
@@ -723,13 +745,12 @@
<span
class=
"fore-span ld-Marheight firstlogin_time"
></span>
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
客户所属城市:
</span>
<select
class=
"form-control btn6 user_city_edit ld-Marheight"
disabled=
"disabled"
>
<!--<option value='' class="successModel">请选择</option>-->
<option
value=
"0"
>
上海
</option>
<option
value=
"1"
>
杭州
</option>
</select>
<span
class=
"fore-span ld-Marheight"
>
客户标签:
</span>
<span
class=
"user_details_label ld-Marheight fore-span"
>
纯房东
</span>
</td>
</tr>
<tr>
<td>
...
...
@@ -741,6 +762,13 @@
</div>
</div>
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
客户所属城市:
</span>
<span
class=
"user_details_city ld-Marheight fore-span"
>
上海黄浦
</span>
</td>
</tr>
<!--<tr class="ld-Marheight">
<td class="text-left"><label>客方修改记录:</label></td>
...
...
@@ -1166,11 +1194,24 @@
<span
class=
"fore-span ld-Marheight firstlogin_time"
></span>
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
客户标签:
</span>
<select
class=
"form-control btn6 fore-span ld-Marheight"
id=
"user_label_edit"
>
<option
value=
''
>
请选择
</option>
<option
value=
"40"
>
是租客也是房东
</option>
<option
value=
"41"
>
纯房东
</option>
</select>
</td>
</tr>
<tr>
<td
colspan=
"3"
>
<span
class=
"fore-span ld-Marheight"
>
客户所属城市:
</span>
<select
class=
"form-control btn6 user_city_edit ld-Marheight"
>
<!--<option value='' class="successModel">请选择</option>-->
<option
value=
"0"
>
上海
</option>
<option
value=
"1"
>
杭州
</option>
<select
class=
"form-control btn4 ld-Marheight"
id=
"user_city_edit"
>
<option
value=
""
selected=
"selected"
>
请选择城市
</option>
<option
value=
"310100"
>
上海
</option>
<option
value=
"330100"
>
杭州
</option>
</select>
<select
class=
"form-control btn4 ld-Marheight"
id=
"user_area_edit"
>
<option
value=
""
selected=
"selected"
>
请选择区域
</option>
</select>
</td>
</tr>
...
...
application/index/view/remark/remark_follow_index.html
View file @
c74e4c26
...
...
@@ -289,6 +289,7 @@
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"end_date"
name=
"end_date"
type=
"date"
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"customer_name"
placeholder=
"客户姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"customer_phone"
placeholder=
"客户手机号"
type=
"tel"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"follow_content"
placeholder=
"跟进内容"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"remark_name"
placeholder=
"跟进人姓名"
type=
"text"
value=
""
>
...
...
@@ -298,8 +299,16 @@
<select
class=
"form-control btn4 ld-Marheight input"
name=
""
id=
"district_id"
>
<option
value=
""
>
跟进人所在部门
</option>
</select>
<select
class=
"form-control btn4 ld-Marheight input"
name=
""
id=
"guest_stores"
value=
""
>
</select>
<select
class=
"form-control btn2 ld-Marheight"
id=
"user_city_choose"
>
<option
value=
""
selected=
"selected"
>
城市筛选
</option>
<option
value=
"310100"
>
上海
</option>
<option
value=
"330100"
>
杭州
</option>
</select>
<select
class=
"form-control btn2 ld-Marheight"
id=
"user_area_choose"
>
<option
value=
""
selected=
"selected"
>
区域筛选
</option>
</select>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search_t"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
...
...
public/resource/js/RemarkFollowIndex.js
View file @
c74e4c26
...
...
@@ -119,15 +119,28 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
$
(
'#guest_stores'
).
html
(
''
);
$
(
'#guest_stores2'
).
html
(
''
);
});
// $("#close").click(function() {
// document.getElementById("add_user_form").reset();
// $(".user-ul").empty();
// });
//
// $(".close").click(function() {
// document.getElementById("add_user_form").reset();
// $(".user-ul").empty();
// });
//城市 区域 筛选
_doc
.
on
(
'input'
,
'#user_city_add,#user_city_edit,#user_city_choose'
,
function
()
{
console
.
log
(
222
);
var
_this
=
$
(
this
);
var
_id
=
_this
.
val
();
_this
.
next
().
html
(
''
);
//先清空
//新增 编辑
var
_objTemp
=
_this
.
parent
().
next
().
find
(
'select'
);
_objTemp
.
html
(
''
);
//先清空
if
(
_id
&&
_id
!=
'0'
)
{
user
.
getCityAreaList
(
_id
,
function
(
_data
)
{
// var _str = '';
var
_str
=
'<option value="0">全部</option>'
;
$
.
each
(
_data
,
function
(
i
,
item
)
{
_str
+=
'<option value="'
+
item
.
fullName
+
'">'
+
item
.
fullName
+
'</option>'
;
});
_objTemp
.
html
(
_str
);
_this
.
next
().
html
(
_str
);
});
}
else
{};
});
$
(
"#confirm_delete"
).
click
(
function
()
{
var
params
=
{};
...
...
@@ -756,6 +769,24 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
};
}
});
},
//城市 区域 筛选
getCityAreaList
:
function
(
id
,
fn
)
{
$
.
ajax
({
url
:
'/index/regions'
,
type
:
'GET'
,
async
:
true
,
data
:
{
'parent_code'
:
id
,
"pageSize"
:
1000
},
dataType
:
'json'
,
success
:
function
(
data
)
{
if
(
data
.
code
==
200
&&
data
.
data
!=
null
)
{
fn
&&
fn
(
data
.
data
);
}
}
});
},
//调用部门 和 门店的接口
getDistrict
:
function
(
fn
)
{
...
...
public/resource/js/houseFollowUp.js
View file @
c74e4c26
...
...
@@ -129,7 +129,26 @@ define(['doT', 'text!temp/followHouseUp_template_tpl.html', 'css!style/home.css'
e
.
stopPropagation
();
house
.
followupAdd
();
});
//城市 区域 筛选
_doc
.
on
(
'input'
,
'#shop_city_id'
,
function
()
{
var
_this
=
$
(
this
);
var
_id
=
_this
.
val
();
_this
.
next
().
html
(
''
);
//先清空
//新增 编辑
var
_objTemp
=
_this
.
parent
().
next
().
find
(
'select'
);
_objTemp
.
html
(
''
);
//先清空
if
(
_id
&&
_id
!=
'0'
)
{
house
.
getCityAreaList
(
_id
,
function
(
_data
)
{
var
_str
=
'<option value="0">全部</option>'
;
$
.
each
(
_data
,
function
(
i
,
item
)
{
_str
+=
'<option value="'
+
item
.
fullName
+
'">'
+
item
.
fullName
+
'</option>'
;
});
_objTemp
.
html
(
_str
);
_this
.
next
().
html
(
_str
);
});
}
else
{};
});
//查看点击事件
_doc
.
on
(
'click'
,
'a[href="#modal_shop_detail"]'
,
function
(
e
){
e
.
preventDefault
();
...
...
@@ -321,7 +340,25 @@ define(['doT', 'text!temp/followHouseUp_template_tpl.html', 'css!style/home.css'
}
}
});
},
//城市 区域 筛选
getCityAreaList
:
function
(
id
,
fn
)
{
$
.
ajax
({
url
:
'/index/regions'
,
type
:
'GET'
,
async
:
true
,
data
:
{
'parent_code'
:
id
,
"pageSize"
:
1000
},
dataType
:
'json'
,
success
:
function
(
data
)
{
if
(
data
.
code
==
200
&&
data
.
data
!=
null
)
{
fn
&&
fn
(
data
.
data
);
}
}
});
},
};
return
house
;
});
\ No newline at end of file
public/resource/js/houseList.js
View file @
c74e4c26
...
...
@@ -113,7 +113,28 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
e
.
stopPropagation
();
business
.
Dujianew
();
});
//城市 区域 筛选
_doc
.
on
(
'input'
,
'#shop_city_id'
,
function
()
{
console
.
log
(
222
);
var
_this
=
$
(
this
);
var
_id
=
_this
.
val
();
_this
.
next
().
html
(
''
);
//先清空
//新增 编辑
var
_objTemp
=
_this
.
parent
().
next
().
find
(
'select'
);
_objTemp
.
html
(
''
);
//先清空
if
(
_id
&&
_id
!=
'0'
)
{
business
.
getDistrictStoreList
(
_id
,
function
(
_data
)
{
// var _str = '';
var
_str
=
'<option value="0">全部</option>'
;
$
.
each
(
_data
,
function
(
i
,
item
)
{
_str
+=
'<option value="'
+
item
.
fullName
+
'">'
+
item
.
fullName
+
'</option>'
;
});
_objTemp
.
html
(
_str
);
_this
.
next
().
html
(
_str
);
});
}
else
{};
});
//查看弹出框里的tab点击事件,查看商铺,商铺跟进
_doc
.
on
(
'click'
,
'.detail-modal-header-tab>a'
,
function
(
e
){
e
.
preventDefault
();
...
...
@@ -686,7 +707,13 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
params
.
internal_title
=
$
(
'#internal_title'
).
val
();
//对内商铺名称
params
.
external_title
=
$
(
'#internal_title_open'
).
val
();
//对外商铺名称
params
.
area
=
$
(
'#area_id'
).
val
();
//面积筛选
params
.
disc
=
$
(
'#district_id'
).
val
();
//区域筛选
if
(
$
(
'#shop_city_id'
).
val
()
==
310100
){
params
.
city
=
'上海'
;
}
if
(
$
(
'#shop_city_id'
).
val
()
==
330100
){
params
.
city
=
'杭州'
;
}
params
.
disc
=
$
(
'#shop_area_id'
).
val
();
//区域筛选
params
.
industry_type
=
$
(
'#yetai_id'
).
val
();
//业态筛选
params
.
dish_name
=
$
(
'#dish_name'
).
val
();
//盘方姓名
params
.
dish_phone
=
$
(
'#dish_phone'
).
val
();
//盘方手机号
...
...
@@ -758,6 +785,24 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
}
}
});
},
//城市 区域 筛选
getDistrictStoreList
:
function
(
id
,
fn
)
{
$
.
ajax
({
url
:
'/index/regions'
,
type
:
'GET'
,
async
:
true
,
data
:
{
'parent_code'
:
id
,
"pageSize"
:
1000
},
dataType
:
'json'
,
success
:
function
(
data
)
{
if
(
data
.
code
==
200
&&
data
.
data
!=
null
)
{
fn
&&
fn
(
data
.
data
);
}
}
});
},
delBusiness
:
function
()
{
$
.
ajax
({
...
...
public/resource/js/user.js
View file @
c74e4c26
...
...
@@ -18,7 +18,6 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
//初始化dot
$
(
"body"
).
append
(
template
);
user
.
getList
();
user
.
getDistrictStoreList666
();
user
.
event
();
//时间控件初始化
//bootstrap 时间控件选择
...
...
@@ -72,6 +71,28 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
e
.
preventDefault
();
e
.
stopPropagation
();
$
(
this
).
parent
().
remove
();
});
//城市 区域 筛选
_doc
.
on
(
'input'
,
'#user_city_add,#user_city_edit,#user_city_choose'
,
function
()
{
console
.
log
(
222
);
var
_this
=
$
(
this
);
var
_id
=
_this
.
val
();
_this
.
next
().
html
(
''
);
//先清空
//新增 编辑
var
_objTemp
=
_this
.
parent
().
next
().
find
(
'select'
);
_objTemp
.
html
(
''
);
//先清空
if
(
_id
&&
_id
!=
'0'
)
{
user
.
getCityAreaList
(
_id
,
function
(
_data
)
{
// var _str = '';
var
_str
=
'<option value="0">全部</option>'
;
$
.
each
(
_data
,
function
(
i
,
item
)
{
_str
+=
'<option value="'
+
item
.
fullName
+
'">'
+
item
.
fullName
+
'</option>'
;
});
_objTemp
.
html
(
_str
);
_this
.
next
().
html
(
_str
);
});
}
else
{};
});
//点击input 出现时间控件
_doc
.
on
(
'click'
,
'#look_shop_date'
,
function
()
{
...
...
@@ -817,6 +838,24 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
}
}
});
},
//城市 区域 筛选
getCityAreaList
:
function
(
id
,
fn
)
{
$
.
ajax
({
url
:
'/index/regions'
,
type
:
'GET'
,
async
:
true
,
data
:
{
'parent_code'
:
id
,
"pageSize"
:
1000
},
dataType
:
'json'
,
success
:
function
(
data
)
{
if
(
data
.
code
==
200
&&
data
.
data
!=
null
)
{
fn
&&
fn
(
data
.
data
);
}
}
});
},
add_user
:
function
()
{
var
params
=
{};
...
...
@@ -830,6 +869,15 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
params
.
industry_type
=
$
(
"#industry_type2"
).
val
();
params
.
vip
=
$
(
"#user_vip"
).
val
();
params
.
type
=
'add'
;
if
(
$
(
'#user_city_add'
).
val
()
==
310100
){
params
.
city
=
'上海'
;
}
if
(
$
(
'#user_city_add'
).
val
()
==
330100
){
params
.
city
=
'杭州'
;
}
params
.
disc
=
$
(
"#user_area_add"
).
val
();
params
.
source
=
$
(
"#user_label_add"
).
val
();
if
(
params
.
user_name
==
''
)
{
alert
(
'姓名不能为空'
);
$
(
"input[name='user_name']"
).
focus
();
...
...
@@ -1059,22 +1107,6 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
}
});
},
//获取市的编号
getDistrictStoreList666
:
function
()
{
$
.
ajax
({
url
:
'/index/regions'
,
type
:
'GET'
,
async
:
true
,
data
:
{
parent_code
:
310100
},
dataType
:
'json'
,
success
:
function
(
data
)
{
if
(
data
.
code
==
200
&&
data
.
data
!=
null
)
{
}
}
});
},
};
return
user
;
...
...
public/resource/template/house_template_tpl.html
View file @
c74e4c26
...
...
@@ -10,6 +10,8 @@
街铺
[
%
}
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'disc'
]
%
]
<
/td
>
<!--<
td
>
[
%=
hideStr
(
it
[
item
][
'internal_title'
])
%
]
<
/td>--
>
<
td
>
[
%
if
(
it
[
item
][
'shop_type'
]
==
0
)
{
%
]
[
%=
it
[
item
][
"internal_title"
]
%
]
...
...
public/resource/template/user_template_tpl.html
View file @
c74e4c26
...
...
@@ -7,6 +7,9 @@
[
%
if
(
it
[
item
][
"vip"
]
==
1
)
{
%
]
<
span
class
=
"btn1 btn-danger btn-xs"
>
vip
<
/span
>
[
%
}
%
]
[
%
if
(
it
[
item
][
"source"
]
==
41
)
{
%
]
<
span
class
=
"btn1 btn-warning btn-xs"
>
纯房东
<
/span
>
[
%
}
%
]
<
/td
>
<
td
>
[
%=
hideTel
(
it
[
item
][
"user_phone"
])
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"create_time"
]
%
]
<
/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