liuhj 1 год назад
Родитель
Сommit
f08c7e612e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/Finance/Cost.vue

+ 1 - 1
src/components/Finance/Cost.vue

@@ -5548,7 +5548,7 @@ export default {
         //执行函数
         cookieTimeout(){
             this.count++;
-            // console.log(this.count);
+            console.log(this.count);
         }
 
     },