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
7f96e31d
Commit
7f96e31d
authored
Feb 19, 2019
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6ac97c5e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
myCollectionUserList.html
...ion/index/view/myCollectionUser/myCollectionUserList.html
+2
-0
banner.js
public/resource/js/banner.js
+1
-1
myCollectionUserList.js
public/resource/js/myCollectionUserList.js
+8
-1
No files found.
application/index/view/myCollectionUser/myCollectionUserList.html
View file @
7f96e31d
...
...
@@ -307,12 +307,14 @@
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading breadcrumb"
>
<li><a
href=
"#"
>
我收藏的客户
</a></li>
<li>
<span
class=
"btn btn-info btn3 "
id=
"fresh_btn"
>
刷新
</span></li>
<!--<li class="active">新增</li>-->
<div
class=
"pull-right"
>
<ul
class=
"bread_btn"
>
<li>
<!--<a href="#modal-edit" data-toggle="modal" class="btn btn-default edit_add"><i class="icon-plus"></i>
新增</a>-->
</li>
</ul>
</div>
...
...
public/resource/js/banner.js
View file @
7f96e31d
...
...
@@ -60,7 +60,7 @@ define (['doT', 'text!temp/banner_template_tpl.html', 'ckfinder', 'ckfinderStart
$
(
"#url"
).
val
(
""
);
$
(
"#cover_image"
).
val
(
""
);
$
(
"#sort"
).
val
(
""
);
$
(
'
#img_area'
).
empty
(
);
$
(
'
.img_area'
).
html
(
""
);
})
$
(
"#save_banner"
).
click
(
function
()
{
...
...
public/resource/js/myCollectionUserList.js
View file @
7f96e31d
...
...
@@ -89,6 +89,13 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
_iYJAAObj
.
append
(
'<div class="form-group detail-modal-bargaininfo-commission-sec"><span class="fore-span ld-Marheight opacity-0">约带看商铺:</span><div class=" "><input type="text" class="form-control ld-Marheight look-shop" name=" " autocomplete="off" placeholder="请输入商铺名称、商铺编号、商铺地址关键词"><ul class="look-shop-ul"></ul></div><mark href="javascript:;"class="detail-modal-bargaininfo-commission-cancel-pic ld-Marheight"><img src="/resource/image/search_gb.png"/></mark></div>'
);
};
});
_doc
.
on
(
'click'
,
'#fresh_btn'
,
function
(
e
)
{
alert
(
"123"
);
user
.
pageNo
=
1
;
user
.
getList
(
1
);
});
//详情弹出框,成交信息里的实收佣金相关的事件,点击x删除这条
_doc
.
on
(
'click'
,
'.detail-modal-bargaininfo-commission-cancel-pic'
,
function
(
e
)
{
...
...
@@ -1440,7 +1447,7 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
});
},
//筛选
getList
:
function
(
pageNo
)
{
getList
:
function
(
pageNo
)
{
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
//读取缓存
user
.
pageNo
=
pageNo
;
console
.
log
(
user_info_obj
);
...
...
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