Merge branch 'yz-outtime' of https://codeup.aliyun.com/5f9118049cffa29cfdd3be1c/marketing/mobileclient into yz-outtime
This commit is contained in:
commit
edc4e7f000
|
@ -157,11 +157,17 @@
|
|||
/* 倒计时 */
|
||||
const key_expiration_time = sessionStorage.getItem('key_expiration_time');
|
||||
if (key_expiration_time != 0) {
|
||||
setInterval(() => {
|
||||
this.outTime = pageOutTime(key_expiration_time);
|
||||
const cls = setInterval(() => {
|
||||
const time = pageOutTime(key_expiration_time);
|
||||
if (time) {
|
||||
this.outTime = time;
|
||||
} else {
|
||||
this.outTime = ['00', '00', '00'];
|
||||
clearInterval(cls);
|
||||
}
|
||||
}, 1000);
|
||||
} else {
|
||||
this.outTime = [];
|
||||
this.outTime = ['00', '00', '00'];
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -157,11 +157,17 @@
|
|||
/* 倒计时 */
|
||||
const key_expiration_time = sessionStorage.getItem('key_expiration_time');
|
||||
if (key_expiration_time != 0) {
|
||||
setInterval(() => {
|
||||
this.outTime = pageOutTime(key_expiration_time);
|
||||
const cls = setInterval(() => {
|
||||
const time = pageOutTime(key_expiration_time);
|
||||
if (time) {
|
||||
this.outTime = time;
|
||||
} else {
|
||||
this.outTime = ['00', '00', '00'];
|
||||
clearInterval(cls);
|
||||
}
|
||||
}, 1000);
|
||||
} else {
|
||||
this.outTime = [];
|
||||
this.outTime = ['00', '00', '00'];
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -185,11 +185,17 @@
|
|||
/* 倒计时 */
|
||||
const key_expiration_time = sessionStorage.getItem('key_expiration_time');
|
||||
if (key_expiration_time != 0) {
|
||||
setInterval(() => {
|
||||
this.outTime = pageOutTime(key_expiration_time);
|
||||
const cls = setInterval(() => {
|
||||
const time = pageOutTime(key_expiration_time);
|
||||
if (time) {
|
||||
this.outTime = time;
|
||||
} else {
|
||||
this.outTime = ['00', '00', '00'];
|
||||
clearInterval(cls);
|
||||
}
|
||||
}, 1000);
|
||||
} else {
|
||||
this.outTime = [];
|
||||
this.outTime = ['00', '00', '00'];
|
||||
}
|
||||
},
|
||||
filters: {
|
||||
|
|
|
@ -156,11 +156,17 @@
|
|||
/* 倒计时 */
|
||||
const key_expiration_time = sessionStorage.getItem('key_expiration_time');
|
||||
if (key_expiration_time != 0) {
|
||||
setInterval(() => {
|
||||
this.outTime = pageOutTime(key_expiration_time);
|
||||
const cls = setInterval(() => {
|
||||
const time = pageOutTime(key_expiration_time);
|
||||
if (time) {
|
||||
this.outTime = time;
|
||||
} else {
|
||||
this.outTime = ['00', '00', '00'];
|
||||
clearInterval(cls);
|
||||
}
|
||||
}, 1000);
|
||||
} else {
|
||||
this.outTime = [];
|
||||
this.outTime = ['00', '00', '00'];
|
||||
}
|
||||
},
|
||||
filters: {
|
||||
|
|
|
@ -156,11 +156,17 @@
|
|||
/* 倒计时 */
|
||||
const key_expiration_time = sessionStorage.getItem('key_expiration_time');
|
||||
if (key_expiration_time != 0) {
|
||||
setInterval(() => {
|
||||
this.outTime = pageOutTime(key_expiration_time);
|
||||
const cls = setInterval(() => {
|
||||
const time = pageOutTime(key_expiration_time);
|
||||
if (time) {
|
||||
this.outTime = time;
|
||||
} else {
|
||||
this.outTime = ['00', '00', '00'];
|
||||
clearInterval(cls);
|
||||
}
|
||||
}, 1000);
|
||||
} else {
|
||||
this.outTime = [];
|
||||
this.outTime = ['00', '00', '00'];
|
||||
}
|
||||
},
|
||||
|
||||
|
|
12
reduce.html
12
reduce.html
|
@ -186,11 +186,17 @@
|
|||
/* 倒计时 */
|
||||
const key_expiration_time = sessionStorage.getItem('key_expiration_time');
|
||||
if (key_expiration_time != 0) {
|
||||
setInterval(() => {
|
||||
this.outTime = pageOutTime(key_expiration_time);
|
||||
const cls = setInterval(() => {
|
||||
const time = pageOutTime(key_expiration_time);
|
||||
if (time) {
|
||||
this.outTime = time;
|
||||
} else {
|
||||
this.outTime = ['00', '00', '00'];
|
||||
clearInterval(cls);
|
||||
}
|
||||
}, 1000);
|
||||
} else {
|
||||
this.outTime = [];
|
||||
this.outTime = ['00', '00', '00'];
|
||||
}
|
||||
},
|
||||
filters: {
|
||||
|
|
|
@ -152,11 +152,17 @@
|
|||
/* 倒计时 */
|
||||
const key_expiration_time = sessionStorage.getItem('key_expiration_time');
|
||||
if (key_expiration_time != 0) {
|
||||
setInterval(() => {
|
||||
this.outTime = pageOutTime(key_expiration_time);
|
||||
const cls = setInterval(() => {
|
||||
const time = pageOutTime(key_expiration_time);
|
||||
if (time) {
|
||||
this.outTime = time;
|
||||
} else {
|
||||
this.outTime = ['00', '00', '00'];
|
||||
clearInterval(cls);
|
||||
}
|
||||
}, 1000);
|
||||
} else {
|
||||
this.outTime = [];
|
||||
this.outTime = ['00', '00', '00'];
|
||||
}
|
||||
},
|
||||
filters: {
|
||||
|
|
|
@ -151,11 +151,17 @@
|
|||
/* 倒计时 */
|
||||
const key_expiration_time = sessionStorage.getItem('key_expiration_time');
|
||||
if (key_expiration_time != 0) {
|
||||
setInterval(() => {
|
||||
this.outTime = pageOutTime(key_expiration_time);
|
||||
const cls = setInterval(() => {
|
||||
const time = pageOutTime(key_expiration_time);
|
||||
if (time) {
|
||||
this.outTime = time;
|
||||
} else {
|
||||
this.outTime = ['00', '00', '00'];
|
||||
clearInterval(cls);
|
||||
}
|
||||
}, 1000);
|
||||
} else {
|
||||
this.outTime = [];
|
||||
this.outTime = ['00', '00', '00'];
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue