|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<gracePage :customHeader="false">
|
|
<gracePage :customHeader="false">
|
|
- <view class="container" slot="gBody" v-if="fetch.info.pic_bg">
|
|
|
|
|
|
+ <view class="container" slot="gBody">
|
|
<ourLoading isFullScreen :active="pageLoading" :text="pageLoadingText" />
|
|
<ourLoading isFullScreen :active="pageLoading" :text="pageLoadingText" />
|
|
<swiper class="banner-swiper" autoplay :interval="5000" :duration="1000" @change="change" :circular="swiper.circular" @click="closeOpen()">
|
|
<swiper class="banner-swiper" autoplay :interval="5000" :duration="1000" @change="change" :circular="swiper.circular" @click="closeOpen()">
|
|
<swiper-item class="banner-swiper-item" v-for="(v, k) in fetch.info.pic_bg" :key="k">
|
|
<swiper-item class="banner-swiper-item" v-for="(v, k) in fetch.info.pic_bg" :key="k">
|