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
4f752090
Commit
4f752090
authored
Nov 14, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
3ede3442
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
+6
-7
professionalListCon.html
application/index/view/broker/professionalListCon.html
+2
-2
shopList.vue
public/appnew/src/components/shop/shopList.vue
+0
-1
shopSearchList.vue
public/appnew/src/components/shopSearch/shopSearchList.vue
+1
-1
professionalList.js
public/resource/js/professionalList.js
+3
-3
No files found.
application/index/view/broker/professionalListCon.html
View file @
4f752090
...
...
@@ -116,8 +116,8 @@
<form
id=
"maintable_form_search"
>
<div
class=
"left-phone"
>
<input
class=
"form-control margin-top-ld"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_agent_name"
placeholder=
"经纪人姓名"
type=
"text"
value=
""
>
<
ul
class=
"user-ul-agent"
></ul
>
<input
class=
"form-control margin-top-ld"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_agent_name
_text
"
placeholder=
"经纪人姓名"
type=
"text"
value=
""
>
<
!--<ul class="user-ul-agent"></ul>--
>
</div>
<input
class=
"form-control btn4"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_agent_phone"
name=
""
type=
"text"
placeholder=
"经纪人手机号码"
>
<span
class=
"btn btn-primary btn3 search left"
id=
"maintable_search"
>
搜索
</span>
...
...
public/appnew/src/components/shop/shopList.vue
View file @
4f752090
...
...
@@ -416,7 +416,6 @@
},
toShopSearchList
(){
location
.
href
=
'/app/dist/#/shopSearchList'
;
console
.
log
(
this
.
initSelectCity
);
localStorage
.
setItem
(
'shop_list_b_user_city'
,
this
.
initSelectCity
);
localStorage
.
setItem
(
'shop_list_b_user_shoptype'
,
this
.
initTabNumMain
);
},
...
...
public/appnew/src/components/shopSearch/shopSearchList.vue
View file @
4f752090
...
...
@@ -178,7 +178,7 @@
_data
.
pageNo
=
_this
.
mainData
[
_index
].
page
;
_data
.
site_area
=
2
;
_data
.
is_carefully_chosen
=
0
;
_data
.
shop_type
=
_this
.
initTabNumMain
?
0
:
1
;
_data
.
shop_type
=
(
_this
.
initTabNumMain
*
1
==
1
)
?
0
:
1
;
_data
.
city
=
_this
.
initSelectCity
;
if
(
_this
.
ajax_shop_area_start
){
_data
.
shop_area_start
=
_this
.
ajax_shop_area_start
;
...
...
public/resource/js/professionalList.js
View file @
4f752090
...
...
@@ -5,7 +5,7 @@ define(['doT', 'text!temp/professional_list_template_tpl.html', 'text!temp/repor
/*第几页*/
pageSize
:
20
,
/*每页显示多少条*/
mainTabIndex
:
0
,
mainTabIndex
:
-
1
,
//默认职称列表的职称 全部
agent_id_choose
:
''
,
agent_id_choose_add
:
''
,
agent_id_choose_concel
:
''
,
...
...
@@ -183,8 +183,8 @@ define(['doT', 'text!temp/professional_list_template_tpl.html', 'text!temp/repor
var
params
=
{
'pageNo'
:
pageNo
,
'pageSize'
:
professional
.
pageSize
,
'name'
:
professional
.
agent_id_choose
,
'phone'
:
$
(
'#
realtime_city_choos
e'
).
val
(),
'name'
:
$
(
'#user_agent_name_text'
).
val
()
,
'phone'
:
$
(
'#
user_agent_phon
e'
).
val
(),
'position'
:
professional
.
mainTabIndex
,
};
$
.
ajax
({
...
...
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