| | |
| | | <!--左轮播,右两行--> |
| | | <view class="centerflex f_contant"> |
| | | <view class="f_centerSwiper-container swiper-box swiper-item f_left"> |
| | | <swiper class="swiper-box" :autoplay="true" :interval="3000" :duration="300" circular> |
| | | <swiper class="swiper-box" :autoplay="true" :interval="3000" :duration="300" :indicator-active-color="'#fff'" :indicator-dots="true" circular> |
| | | <swiper-item v-for="(items,index) in popBannerSList" :key='index'> |
| | | <view class="swiper-item defIcon" @click="goUrl(items)"> |
| | | <image :src="items.image" mode="aspectFit"></image> |
| | |
| | | "name" : "大返官", |
| | | "appid" : "__UNI__FC8858A", |
| | | "description" : "大返官app", |
| | | "versionName" : "1.1.2", |
| | | "versionCode" : 112, |
| | | "versionName" : "1.1.3", |
| | | "versionCode" : 113, |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | | "app-plus" : { |
| | |
| | | //const httpUrl = ""; // 接口域名 |
| | | const httpUrl = "http://appapitest.ushopvip.com"; // 接口域名 |
| | | //const httpUrl = "http://appapitest.ushopvip.com"; // 测试环境接口域名 |
| | | const httpUrl = "http://dfgapp.ushopvip.com"; // 生产环境接口域名 |
| | | const salt = ""; |
| | | export default { |
| | | httpUrl:httpUrl, |