1
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- 广告图片开始 -->
|
||||
<!-- <view class=" padding" style=" background-color: #f1f1f1;">
|
||||
<view class=" padding" style=" background-color: #f1f1f1;">
|
||||
<view class="">
|
||||
<swiper autoplay interval='5000' style="width: 100%;height: 204rpx;" class="swiper" circular>
|
||||
<swiper-item @click="swiperClick(item,index)" v-for="(item,index) in swiperArray" :key='index'>
|
||||
@@ -140,7 +140,7 @@
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<!-- 筛选开始 -->
|
||||
<view class="screentop bg-white " @tap="scrollScreen">
|
||||
<!-- <view class="">
|
||||
@@ -163,6 +163,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import SwitchEnterprises from '@/components/SwitchEnterprises.vue'
|
||||
import msgModels from '../../components/showModels.vue'
|
||||
import accountApi from '@/api/account.js'
|
||||
import Financial from '@/api/Financial.js'
|
||||
@@ -174,7 +175,8 @@
|
||||
components: {
|
||||
siteItem,
|
||||
threeSites,
|
||||
msgModels
|
||||
msgModels,
|
||||
SwitchEnterprises
|
||||
// slFilter
|
||||
},
|
||||
data() {
|
||||
@@ -184,13 +186,17 @@
|
||||
// src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/WMP-IMG/banner-2etc.png',
|
||||
// // link: 'https://h5.51etr.com/pro/onlineApply/?type=20220831103626200101811'
|
||||
// },
|
||||
// {
|
||||
// src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/WMP-IMG/banner-2dwk.png',
|
||||
// link: 'https://tengxun.hkzj168.com/?ChannelId=20220831152210221048473'
|
||||
// }, Activity
|
||||
// {
|
||||
// src:'https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/bannerindexs.png',
|
||||
// JumpPage:'Financial'
|
||||
// },
|
||||
{
|
||||
src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/WMP-IMG/banner-2dwk.png',
|
||||
link: 'https://tengxun.hkzj168.com/?ChannelId=20220831152210221048473'
|
||||
},
|
||||
{
|
||||
src:'https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/bannerindexs.png',
|
||||
JumpPage:'Financial'
|
||||
src:'https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/banner_baichuan.png',
|
||||
JumpPage:'Activity'
|
||||
},
|
||||
|
||||
],
|
||||
@@ -317,6 +323,11 @@
|
||||
]
|
||||
};
|
||||
},
|
||||
watch:{
|
||||
showAuthFrror(n,o){
|
||||
console.log(n,o,'=================')
|
||||
}
|
||||
},
|
||||
created() {},
|
||||
onReady() {
|
||||
let _that = this
|
||||
@@ -417,7 +428,8 @@
|
||||
// url:'/BagStation/pages/makeOrder/payResult?status=success'
|
||||
this.getSiteList();
|
||||
},
|
||||
mounted() {},
|
||||
mounted() {
|
||||
},
|
||||
beforeCreate() {},
|
||||
onReady() {
|
||||
// this.getSiteList()
|
||||
@@ -429,6 +441,12 @@
|
||||
case "Financial":
|
||||
this.shadoumeiyou(6)
|
||||
break;
|
||||
case "Activity":
|
||||
uni.navigateTo({
|
||||
url:'/Activity/pages/index/index'
|
||||
})
|
||||
console.log('Activity')
|
||||
break;
|
||||
}
|
||||
}else if(item?.link){
|
||||
switch (Number(index)) {
|
||||
@@ -547,7 +565,7 @@
|
||||
true
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
},
|
||||
goCall() {
|
||||
uni.makePhoneCall({
|
||||
|
||||
Reference in New Issue
Block a user