Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
chinaamc-2020flag
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4f80b84a
authored
Jan 14, 2020
by
doszhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
8309d155
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Public/static/js/common.js
+2
-2
No files found.
Public/static/js/common.js
View file @
4f80b84a
...
...
@@ -331,13 +331,13 @@ $(document).ready(function () {
left
:
'27.26rem'
},
changeMainColor
);
//小装饰点击
$
(
document
).
on
(
'click'
,
'.personal-page .decorateImg'
,
setDecorate
);
$
(
'.wrap-inner'
).
on
(
'click'
,
'.personal-page .decorateImg'
,
setDecorate
);
//切换已选flag列表
$
(
'.flag-page .btn-show-choose'
).
on
(
'click'
,
toggleCheckFlagList
);
//关闭已选flag列表
$
(
'.flag-page .btn-close-checked'
).
on
(
'click'
,
closeCheckFlagList
);
//删除已选flag
$
(
document
).
on
(
'click'
,
'.btn-checked-item-delete'
,
deleteCheckedFlag
);
$
(
'.wrap-inner'
).
on
(
'click'
,
'.btn-checked-item-delete'
,
deleteCheckedFlag
);
//回到flag页
$
(
'.customize-frame .btn-back'
).
on
(
'click'
,
backToFlag
);
//跳转到建议页
...
...
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