Ver código fonte

代码跟新

xiaoming_global 5 anos atrás
pai
commit
02a3970b76
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/pages/main/today/statOrder.vue

+ 2 - 2
src/pages/main/today/statOrder.vue Ver arquivo

@@ -61,7 +61,7 @@
61 61
 </template>
62 62
 
63 63
 <script>
64
-import { parseTime } from '@/utils';
64
+import { parseTime } from '@/utils'
65 65
 
66 66
 export default {
67 67
   name: 'statOrder',
@@ -247,7 +247,7 @@ import { parseTime } from '@/utils'
247 247
   },
248 248
   created() {
249 249
     this.template_id = this.$store.getters.user.template_info.template_id;
250
-    console.log("this是什么东西", this.advice_groups);
250
+
251 251
   }
252 252
 };
253 253
 </script>