Browse Source

add tipstype judgement

haojianlong 5 years ago
parent
commit
e0e4db6bf2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/point/dynamicdata/index.vue

+ 4 - 0
src/views/point/dynamicdata/index.vue

@@ -105,6 +105,10 @@ export default {
                 this.ruleDialogShow = true;
               }
             }
+          } else {
+            this.tipsType = 1;
+            this.tipCon = '';
+            this.lastUpdateTime = ''
           }
         }
       });