Quellcode durchsuchen

add tipstype judgement

haojianlong vor 5 Jahren
Ursprung
Commit
e0e4db6bf2
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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 = ''
           }
         }
       });