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
90dca8d5
Commit
90dca8d5
authored
Aug 27, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
界面效果优化
parent
aac4667f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
houseList.html
application/index/view/houses/houseList.html
+1
-1
users_list.html
application/index/view/member/users_list.html
+1
-1
houseList.js
public/resource/js/houseList.js
+3
-2
user.js
public/resource/js/user.js
+4
-1
No files found.
application/index/view/houses/houseList.html
View file @
90dca8d5
...
@@ -163,7 +163,7 @@
...
@@ -163,7 +163,7 @@
<a
href=
"#modal_modify_user"
data-toggle=
"modal"
class=
"btn btn-info btn3 margin-top-ld"
><i
class=
"icon-plus"
></i>
<a
href=
"#modal_modify_user"
data-toggle=
"modal"
class=
"btn btn-info btn3 margin-top-ld"
><i
class=
"icon-plus"
></i>
批量修改客方
</a>
批量修改客方
</a>
<!-- 本人商铺 -->
<!-- 本人商铺 -->
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"persional_shop"
>
本人商铺
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"persional_shop"
title=
"点击切换到本人商铺"
>
本人商铺
</span>
</form>
</form>
</td>
</td>
...
...
application/index/view/member/users_list.html
View file @
90dca8d5
...
@@ -474,7 +474,7 @@
...
@@ -474,7 +474,7 @@
<a
href=
"#modal_modify_user"
data-toggle=
"modal"
class=
"btn btn-info btn3 margin-top-ld"
><i
class=
"icon-plus"
></i>
批量修改客方
<a
href=
"#modal_modify_user"
data-toggle=
"modal"
class=
"btn btn-info btn3 margin-top-ld"
><i
class=
"icon-plus"
></i>
批量修改客方
</a>
</a>
<!-- 本人商铺 -->
<!-- 本人商铺 -->
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"persional_custom"
>
本人客户
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"persional_custom"
title=
"点击切换到本人客户"
>
本人客户
</span>
<!-- <span class="btn btn-info btn3 margin-top-ld" id="modify">批量修改客方</span> -->
<!-- <span class="btn btn-info btn3 margin-top-ld" id="modify">批量修改客方</span> -->
</form>
</form>
...
...
public/resource/js/houseList.js
View file @
90dca8d5
...
@@ -110,12 +110,13 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
...
@@ -110,12 +110,13 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
business
.
showOrHideDujia
();
business
.
showOrHideDujia
();
});
});
console
.
log
(
user_info_obj
);
$
(
'#persional_shop'
).
unbind
(
'click'
).
bind
(
'click'
,
function
(){
$
(
'#persional_shop'
).
unbind
(
'click'
).
bind
(
'click'
,
function
(){
if
(
business
.
all_shop
){
if
(
business
.
all_shop
){
$
(
'#persional_shop'
).
html
(
"所有商铺"
);
$
(
'#persional_shop'
).
html
(
"所有商铺"
);
$
(
'#persional_shop'
).
attr
(
"title"
,
"点击切换到所有商铺"
);
}
else
{
}
else
{
$
(
'#persional_shop'
).
html
(
"个人商铺"
);
$
(
'#persional_shop'
).
html
(
"本人商铺"
);
$
(
'#persional_shop'
).
attr
(
"title"
,
"点击切换到本人商铺"
);
}
}
business
.
all_shop
=
!
business
.
all_shop
;
business
.
all_shop
=
!
business
.
all_shop
;
business
.
getList
(
1
);
business
.
getList
(
1
);
...
...
public/resource/js/user.js
View file @
90dca8d5
...
@@ -323,8 +323,11 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
...
@@ -323,8 +323,11 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
$
(
'#persional_custom'
).
unbind
(
'click'
).
bind
(
'click'
,
function
(){
$
(
'#persional_custom'
).
unbind
(
'click'
).
bind
(
'click'
,
function
(){
if
(
user
.
all_custom
){
if
(
user
.
all_custom
){
$
(
'#persional_custom'
).
html
(
"所有客户"
);
$
(
'#persional_custom'
).
html
(
"所有客户"
);
$
(
'#persional_custom'
).
attr
(
"title"
,
"点击切换到所有客户"
);
}
else
{
}
else
{
$
(
'#persional_custom'
).
html
(
"个人客户"
);
$
(
'#persional_custom'
).
html
(
"本人客户"
);
$
(
'#persional_custom'
).
attr
(
"title"
,
"点击切换到本人客户"
);
}
}
user
.
all_custom
=
!
user
.
all_custom
;
user
.
all_custom
=
!
user
.
all_custom
;
user
.
getList
(
1
);
user
.
getList
(
1
);
...
...
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