shish 4 лет назад
Родитель
Сommit
c1a017fe3b
1 измененных файлов с 1 добавлено и 8 удалено
  1. 1 8
      hdApp/src/pagesClient/official/index.vue

+ 1 - 8
hdApp/src/pagesClient/official/index.vue

@@ -18,7 +18,6 @@
         <app-img class="module-img" :src="item.img" :lazy-load="true" mode="widthFix" />
       </div>
     </div>
-    <!-- ad -->
     <div class="cooperation-wrap" :style="{backgroundImage:'url(' + backgroundImg + ')'}">
       <div class="ad-title">
         <span>他们都在用</span>
@@ -35,17 +34,11 @@
     <div class="app-footer" @click="tryUse">申请</div>
   </div>
 </template>
-
 <script>
-import store from '@/store'
 import AppSwiper from "@/components/app-swiper";
 import AppImg from "@/components/app-img";
-import { applyStatus } from "@/api/official";
 import { share } from "@/mixins";
 import {mapActions, mapGetters} from 'vuex';
-import util from "../../utils/util";
-import { postWxCode,getDictionaries } from '@/api/mini'
-import { getUser } from '@/utils/auth'
 export default {
   name: "index",
   components: {
@@ -283,4 +276,4 @@ export default {
     color: #333 !important;
   }
 }
-</style>
+</style>