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
 </template>
61
 </template>
62
 
62
 
63
 <script>
63
 <script>
64
-import { parseTime } from '@/utils';
64
+import { parseTime } from '@/utils'
65
 
65
 
66
 export default {
66
 export default {
67
   name: 'statOrder',
67
   name: 'statOrder',
247
   },
247
   },
248
   created() {
248
   created() {
249
     this.template_id = this.$store.getters.user.template_info.template_id;
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
 </script>
253
 </script>