Commit c9de80eb authored by youjie's avatar youjie

no message

parent d6d418ca
......@@ -167,7 +167,7 @@
.travelDaysTitlle-left-text{
width: 173px;
height: 173px;
background: url('http://192.168.10.214:8130/Upload/NewTripFeature/Shape.png')no-repeat center;
background: url('https://imgfile.oytour.com/Static/NewTripFeature/Shape.png')no-repeat center;
background-size: 100% 100%;
}
.travelDaysTitlle-left-textOne{
......@@ -296,11 +296,11 @@
overflow: hidden;
}
.UpgradedVersion-homebj{
background: url('http://192.168.10.214:8130/Upload/NewTripFeature/otherBjTwo.png')no-repeat center;
background: url('https://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png')no-repeat center;
background-size: 100% 100%;
}
.UpgradedVersion-introduceBj{
background: url('http://192.168.10.214:8130/Upload/NewTripFeature/otherBjTwo.png')no-repeat center;
background: url('https://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png')no-repeat center;
background-size: 100% 100%;
}
.UpgradedVersion-otherBj{
......
......@@ -2,7 +2,7 @@
<div class="UpgradedVersion-header absolute row-sb z-index1">
<div class="UpgradedVersion-header-left relative row-aic" :style="{'background':TripColor}">
<img class="header-leftBj absolute z-index2" :src="backgroundImgBj2" />
<img class="header-leftImg" src="http://192.168.10.214:8130/Upload/NewTripFeature/headerLogoTwo.png" />
<img class="header-leftImg" src="https://imgfile.oytour.com/Static/NewTripFeature/headerLogoTwo.png" />
</div>
<div class="UpgradedVersion-header-right">
<div class="UpgradedVersion-header-title">
......@@ -25,8 +25,8 @@
canEdit: true,
LineShortName: '欧洲线',
backgroundImg: '',
backgroundImgBj1: 'http://192.168.10.214:8130/Upload/NewTripFeature/logoBjOne.png', //花纹背景
backgroundImgBj2: 'http://192.168.10.214:8130/Upload/NewTripFeature/logoBjTwo.png', //白色背景
backgroundImgBj1: 'https://imgfile.oytour.com/Static/NewTripFeature/logoBjOne.png', //花纹背景
backgroundImgBj2: 'https://imgfile.oytour.com/Static/NewTripFeature/logoBjTwo.png', //白色背景
};
},
methods: {
......@@ -36,7 +36,7 @@
watch: {
TripColor: {
handler(val, oldVal) {
// this.backgroundImg = `url('http://192.168.10.214:8130/Upload/NewTripFeature/logoBj.png') no-repeat right ${val}`
// this.backgroundImg = `url('https://imgfile.oytour.com/Static/NewTripFeature/logoBj.png') no-repeat right ${val}`
},
deep: false,
immediate: true
......
......@@ -35,17 +35,17 @@
:style="{'color':textColorOne}">
<div class="travelDaysMasterMap-one">
<div class="travelDaysMasterMap-oneImg bjF6" id="uploadImg">
<img src="http://192.168.10.214:8130/Upload/NewTripFeature/homeBj.png">
<img src="https://imgfile.oytour.com/Static/NewTripFeature/homeBj.png">
</div>
<div class="travelDaysMasterMap-text absolute z-index2">塞维利亚西班牙广场</div>
</div>
<div class="travelDaysMasterMap-two absolute z-index2">
<div class="travelDaysMasterMap-twoImg relative bjF6">
<img src="http://192.168.10.214:8130/Upload/NewTripFeature/homeBj.png">
<img src="https://imgfile.oytour.com/Static/NewTripFeature/homeBj.png">
<div class="travelDaysMasterMap-text textTwo absolute z-index2">【米其林烤乳猪】</div>
</div>
<div class="travelDaysMasterMap-twoImg relative bjF6" style="margin-top: 47px;">
<img src="http://192.168.10.214:8130/Upload/NewTripFeature/homeBj.png">
<img src="https://imgfile.oytour.com/Static/NewTripFeature/homeBj.png">
<div class="travelDaysMasterMap-text textTwo absolute z-index2">【米其林烤乳猪】</div>
</div>
</div>
......@@ -174,7 +174,7 @@
// },
},
mounted() {
let bj = 'http://192.168.10.214:8130/Upload/NewTripFeature/homeBj.png'
let bj = 'https://imgfile.oytour.com/Static/NewTripFeature/homeBj.png'
this.canvasImgColor(bj, (callback) => {
this.textColor = callback
let rgba = callback
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment