Browse Source

代码跟新

xiaoming_global 5 years ago
parent
commit
02a3970b76
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/main/today/statOrder.vue

+ 2 - 2
src/pages/main/today/statOrder.vue View File

@@ -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>