Authored by 王水玲

星潮gulp ge

... ... @@ -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() {
... ... @@ -10925,6 +10928,12 @@ $page.on('touchstart', '.del', function() {
setTimeout(function() {
window.history.go(0);
}, 1200);
} else {
dialog.showDialog({
dialogText: data.message,
autoHide: 2000,
fast: true
});
}
}
});
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.