Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yangyang
9 years ago
Commit
0f93cbdf652cf5a85a2ef74d1a705cd6b923b412
1 parent
a59eb365
星潮gulpge
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
static/dist/myohobuy/1.3.17/index-debug.js
static/dist/myohobuy/1.3.17/index.css
static/dist/myohobuy/1.3.17/index.js
static/dist/myohobuy/1.3.17/index-debug.js
View file @
0f93cbd
...
...
@@ -1947,16 +1947,19 @@ $('.add-intimacy').on('touchstart', function(event) {
// 关闭日历弹出窗事件
$
(
'.pop-intimacy .pop-close, .classroom-mask'
).
on
(
'click'
,
function
()
{
$
(
'.pop-intimacy'
).
css
({
zIndex
:
'-1'
}).
hide
();
$
(
'.classroom-mask'
).
css
({
zIndex
:
'-1'
}).
hide
();
$
(
'body'
).
css
({
overflow
:
'visible'
});
// $('.pop-intimacy').css({
// zIndex: '-1'
// }).hide();
// $('.classroom-mask').css({
// zIndex: '-1'
// }).hide();
// $('body').css({
// overflow: 'visible'
// });
location
.
reload
();
});
function
setAvatar
()
{
...
...
static/dist/myohobuy/1.3.17/index.css
View file @
0f93cbd
This diff could not be displayed because it is too large.
static/dist/myohobuy/1.3.17/index.js
View file @
0f93cbd
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment