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