提交 79d616d8 authored 作者: huaxinzhu's avatar huaxinzhu

Merge branch 'M_2.5_1122' into test

...@@ -431,6 +431,7 @@ ...@@ -431,6 +431,7 @@
}else { }else {
this.isReadFailVisible = true; this.isReadFailVisible = true;
this.readTime = 5; this.readTime = 5;
clearInterval(this.TIMER);
this.TIMER = setInterval(() => { this.TIMER = setInterval(() => {
if (this.readTime && 0 < this.readTime <= 5 ) { if (this.readTime && 0 < this.readTime <= 5 ) {
this.readTime-- this.readTime--
...@@ -474,6 +475,7 @@ ...@@ -474,6 +475,7 @@
} catch (e) { } catch (e) {
this.isReadFailVisible = true; this.isReadFailVisible = true;
this.readTime = 5; this.readTime = 5;
clearInterval(this.TIMER);
this.TIMER = setInterval(() => { this.TIMER = setInterval(() => {
if (this.readTime && 0 < this.readTime <= 5 ) { if (this.readTime && 0 < this.readTime <= 5 ) {
this.readTime-- this.readTime--
...@@ -488,6 +490,7 @@ ...@@ -488,6 +490,7 @@
}else { }else {
this.isReadFailVisible = true; this.isReadFailVisible = true;
this.readTime = 5; this.readTime = 5;
clearInterval(this.TIMER);
this.TIMER = setInterval(() => { this.TIMER = setInterval(() => {
if (this.readTime && 0 < this.readTime <= 5 ) { if (this.readTime && 0 < this.readTime <= 5 ) {
this.readTime-- this.readTime--
...@@ -554,6 +557,7 @@ ...@@ -554,6 +557,7 @@
}else { }else {
this.isReadFailVisible = true; this.isReadFailVisible = true;
this.readTime = 5; this.readTime = 5;
clearInterval(this.TIMER);
this.TIMER = setInterval(() => { this.TIMER = setInterval(() => {
if (this.readTime && 0 < this.readTime <= 5 ) { if (this.readTime && 0 < this.readTime <= 5 ) {
this.readTime-- this.readTime--
...@@ -566,6 +570,7 @@ ...@@ -566,6 +570,7 @@
}else { }else {
this.isReadFailVisible = true; this.isReadFailVisible = true;
this.readTime = 5; this.readTime = 5;
clearInterval(this.TIMER);
this.TIMER = setInterval(() => { this.TIMER = setInterval(() => {
if (this.readTime && 0 < this.readTime <= 5 ) { if (this.readTime && 0 < this.readTime <= 5 ) {
this.readTime-- this.readTime--
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论