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
e8d4b9fe
Commit
e8d4b9fe
authored
Feb 19, 2019
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增刷新
parent
7f96e31d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
myCollectionShopList.html
...ion/index/view/myCollectionShop/myCollectionShopList.html
+1
-0
myCollectionShopList.js
public/resource/js/myCollectionShopList.js
+6
-0
myCollectionUserList.js
public/resource/js/myCollectionUserList.js
+0
-1
No files found.
application/index/view/myCollectionShop/myCollectionShopList.html
View file @
e8d4b9fe
...
@@ -56,6 +56,7 @@
...
@@ -56,6 +56,7 @@
<li>
<li>
<a
href=
"javascript:;"
>
商铺收藏
</a>
<a
href=
"javascript:;"
>
商铺收藏
</a>
</li>
</li>
<li>
<span
class=
"btn btn-info btn3 "
id=
"fresh_btn"
>
刷新
</span></li>
</div>
</div>
<div
class=
"panel-body"
>
<div
class=
"panel-body"
>
<div
class=
"table-responsive"
>
<div
class=
"table-responsive"
>
...
...
public/resource/js/myCollectionShopList.js
View file @
e8d4b9fe
...
@@ -108,6 +108,12 @@ define(['doT', 'text!temp/my_collection_shop_template_tpl.html', 'css!style/home
...
@@ -108,6 +108,12 @@ define(['doT', 'text!temp/my_collection_shop_template_tpl.html', 'css!style/home
});
});
});
});
_doc
.
on
(
'click'
,
'#fresh_btn'
,
function
(
e
)
{
house
.
pageNo
=
1
;
house
.
getList
(
1
);
});
// 部门 门店 二级联动
// 部门 门店 二级联动
house
.
getDistrict
(
function
()
{
house
.
getDistrict
(
function
()
{
_doc
.
on
(
'input'
,
'#district_id, #district_id2'
,
function
()
{
_doc
.
on
(
'input'
,
'#district_id, #district_id2'
,
function
()
{
...
...
public/resource/js/myCollectionUserList.js
View file @
e8d4b9fe
...
@@ -91,7 +91,6 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
...
@@ -91,7 +91,6 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
});
});
_doc
.
on
(
'click'
,
'#fresh_btn'
,
function
(
e
)
{
_doc
.
on
(
'click'
,
'#fresh_btn'
,
function
(
e
)
{
alert
(
"123"
);
user
.
pageNo
=
1
;
user
.
pageNo
=
1
;
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