|
@@ -340,18 +340,18 @@
|
|
|
cache: false,
|
|
|
success: function (res) {
|
|
|
if (res.status === 0) {
|
|
|
- $('.tip1').animate({ top: '46vh' }, "fast");
|
|
|
+ $('.tip').animate({ top: '46vh' }, "fast");
|
|
|
$('.mask1').show();
|
|
|
$('.dialog1').animate({ top: '-6.96rem' }, "fast");
|
|
|
- $('.tip').animate({ top: '-6.96rem' }, "fast");
|
|
|
+ $('.tip1').animate({ top: '-6.96rem' }, "fast");
|
|
|
document.documentElement.style.overflow = 'hidden';
|
|
|
- } else if (res.status === 1) {
|
|
|
- $('.tip').animate({ top: '48vh' }, "fast");
|
|
|
+ } else if (res.status === 2002) {
|
|
|
+ $('.tip1').animate({ top: '48vh' }, "fast");
|
|
|
$('.mask1').show();
|
|
|
$('.dialog1').animate({ top: '-6.96rem' }, "fast");
|
|
|
- $('.tip1').animate({ top: '-6.96rem' }, "fast");
|
|
|
+ $('.tip').animate({ top: '-6.96rem' }, "fast");
|
|
|
document.documentElement.style.overflow = 'hidden';
|
|
|
- } else if (res.status === 2) {
|
|
|
+ } else if (res.status === 2001) {
|
|
|
$('.dialog1').animate({ top: '48vh' }, "fast");
|
|
|
$('.mask1').show();
|
|
|
$('.tip').animate({ top: '-6.96rem' }, "fast");
|