Commit ff986c68 authored by 姬鋆屾's avatar 姬鋆屾

提交

parent 839eabc1
...@@ -226,6 +226,12 @@ export default { ...@@ -226,6 +226,12 @@ export default {
const that = this; const that = this;
if (min >= 0 && sec >= 0) { if (min >= 0 && sec >= 0) {
if (min == 0 && sec == 0) { if (min == 0 && sec == 0) {
this.submitLoad = false;
this.dialogOpen = false;
this.btnFreshLoading = false;
this.showContent = true;
this.showTip = true;
this.freshDate = "";
return; return;
} }
setTimeout(function() { setTimeout(function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment