Sfoglia il codice sorgente

10/27 10:30 准备声部改造

mo 4 anni fa
parent
commit
cefae9e4d7

+ 3 - 5
src/views/teamBuild/components/teamSoundMoney.vue

@@ -826,11 +826,10 @@ export default {
     this.init();
   },
   mounted () {
-    console.log('mounted')
+
   },
   activated () {
     // 判断是否带缓存参
-    console.log('activated')
     this.init();
 
   },
@@ -843,6 +842,7 @@ export default {
       this.calcPrice()
     },
     init () {
+      console.log('lai init')
       if (this.$route.query.search) {
         this.Fsearch = this.$route.query.search;
       }
@@ -2168,9 +2168,7 @@ export default {
     //   let price = val.price
     // }
   },
-  mounted () {
-    this.init();
-  },
+
   watch: {
     previewVisible (val) {
       if (!val) {

+ 14 - 0
src/views/teamBuild/components/teamSoundSet.vue

@@ -0,0 +1,14 @@
+<template>
+  <div>
+
+  </div>
+</template>
+<script>
+export default {
+  data () {
+    return {}
+  }
+}
+</script>
+<style lang="scss" scoped>
+</style>