Showing
3 changed files
with
18 additions
and
9 deletions
@@ -1947,16 +1947,19 @@ $('.add-intimacy').on('touchstart', function(event) { | @@ -1947,16 +1947,19 @@ $('.add-intimacy').on('touchstart', function(event) { | ||
1947 | 1947 | ||
1948 | // 关闭日历弹出窗事件 | 1948 | // 关闭日历弹出窗事件 |
1949 | $('.pop-intimacy .pop-close, .classroom-mask').on('click', function() { | 1949 | $('.pop-intimacy .pop-close, .classroom-mask').on('click', function() { |
1950 | - $('.pop-intimacy').css({ | ||
1951 | - zIndex: '-1' | ||
1952 | - }).hide(); | ||
1953 | - $('.classroom-mask').css({ | ||
1954 | - zIndex: '-1' | ||
1955 | - }).hide(); | ||
1956 | 1950 | ||
1957 | - $('body').css({ | ||
1958 | - overflow: 'visible' | ||
1959 | - }); | 1951 | + // $('.pop-intimacy').css({ |
1952 | + // zIndex: '-1' | ||
1953 | + // }).hide(); | ||
1954 | + // $('.classroom-mask').css({ | ||
1955 | + // zIndex: '-1' | ||
1956 | + // }).hide(); | ||
1957 | + | ||
1958 | + // $('body').css({ | ||
1959 | + // overflow: 'visible' | ||
1960 | + // }); | ||
1961 | + | ||
1962 | + location.reload(); | ||
1960 | }); | 1963 | }); |
1961 | 1964 | ||
1962 | function setAvatar() { | 1965 | function setAvatar() { |
@@ -10925,6 +10928,12 @@ $page.on('touchstart', '.del', function() { | @@ -10925,6 +10928,12 @@ $page.on('touchstart', '.del', function() { | ||
10925 | setTimeout(function() { | 10928 | setTimeout(function() { |
10926 | window.history.go(0); | 10929 | window.history.go(0); |
10927 | }, 1200); | 10930 | }, 1200); |
10931 | + } else { | ||
10932 | + dialog.showDialog({ | ||
10933 | + dialogText: data.message, | ||
10934 | + autoHide: 2000, | ||
10935 | + fast: true | ||
10936 | + }); | ||
10928 | } | 10937 | } |
10929 | } | 10938 | } |
10930 | }); | 10939 | }); |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment