|
|
@ -44,7 +44,7 @@
|
|
|
|
<div class="container" style="margin-top: 100px;margin-bottom: 40px;" >
|
|
|
|
<div class="container" style="margin-top: 100px;margin-bottom: 40px;" >
|
|
|
|
<div class="flx-justify-around" style="width: 100%;">
|
|
|
|
<div class="flx-justify-around" style="width: 100%;">
|
|
|
|
|
|
|
|
|
|
|
|
<img src="@/assets/images/home/internetImages/title1.png" alt="">
|
|
|
|
<img :src="$ossUrl +'/home/internetImages/title1.png'" alt="">
|
|
|
|
<img src="@/assets/images/home/internetImages/title2.png" alt="">
|
|
|
|
<img src="@/assets/images/home/internetImages/title2.png" alt="">
|
|
|
|
<img src="@/assets/images/home/internetImages/title3.png" alt="">
|
|
|
|
<img src="@/assets/images/home/internetImages/title3.png" alt="">
|
|
|
|
<img src="@/assets/images/home/internetImages/title4.png" alt="">
|
|
|
|
<img src="@/assets/images/home/internetImages/title4.png" alt="">
|
|
|
@ -337,10 +337,10 @@ export default {
|
|
|
|
activeName: 'first', //tabs页切换
|
|
|
|
activeName: 'first', //tabs页切换
|
|
|
|
activeIndex: 0, // 默认选中第一个按钮
|
|
|
|
activeIndex: 0, // 默认选中第一个按钮
|
|
|
|
buttons: [
|
|
|
|
buttons: [
|
|
|
|
{ label: '海运下单',icon: require('@/assets/images/home/iconImages/Sea.png'),transportMode:'OCEAN' },
|
|
|
|
{ label: '海运下单',icon: this.$ossUrl+'images/home/iconImages/Sea.png',transportMode:'OCEAN' },
|
|
|
|
{ label: '空运下单',icon: require('@/assets/images/home/iconImages/Plane.png'),transportMode:'AIR' },
|
|
|
|
{ label: '空运下单',icon:this.$ossUrl+'images/home/iconImages/Plane.png',transportMode:'AIR' },
|
|
|
|
{ label: '铁运下单',icon: require('@/assets/images/home/iconImages/Railroad.png'),transportMode:'RAIL' },
|
|
|
|
{ label: '铁运下单',icon: this.$ossUrl+'images/home/iconImages/Railroad.png',transportMode:'RAIL' },
|
|
|
|
{ label: '拖车下单',icon: require('@/assets/images/home/iconImages/Delivery.png'),transportMode:'ROAD' }
|
|
|
|
{ label: '拖车下单',icon: this.$ossUrl+'images/home/iconImages/Delivery.png',transportMode:'ROAD' }
|
|
|
|
],
|
|
|
|
],
|
|
|
|
activeCardIndex: 0,
|
|
|
|
activeCardIndex: 0,
|
|
|
|
cards: [
|
|
|
|
cards: [
|
|
|
@ -351,7 +351,7 @@ export default {
|
|
|
|
],
|
|
|
|
],
|
|
|
|
activeTogIndex:0,
|
|
|
|
activeTogIndex:0,
|
|
|
|
buttonTogs: [
|
|
|
|
buttonTogs: [
|
|
|
|
{ text: '美国空运专线', icon:require('@/assets/images/business/overSea/US.png'),},
|
|
|
|
{ text: '美国空运专线', icon:this.$ossUrl+'images/business/overSea/US.png',},
|
|
|
|
{ text: '欧盟空运专线',icon:require('@/assets/images/business/overSea/OM.jpg')},
|
|
|
|
{ text: '欧盟空运专线',icon:require('@/assets/images/business/overSea/OM.jpg')},
|
|
|
|
{ text: '英国空运专线',icon:require('@/assets/images/business/overSea/GB.png')},
|
|
|
|
{ text: '英国空运专线',icon:require('@/assets/images/business/overSea/GB.png')},
|
|
|
|
{ text: '加拿大空运专线', icon:require('@/assets/images/business/overSea/CA.png')},
|
|
|
|
{ text: '加拿大空运专线', icon:require('@/assets/images/business/overSea/CA.png')},
|
|
|
|