Commit c9de80eb authored by youjie's avatar youjie

no message

parent d6d418ca
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
.travelDaysTitlle-left-text{ .travelDaysTitlle-left-text{
width: 173px; width: 173px;
height: 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%; background-size: 100% 100%;
} }
.travelDaysTitlle-left-textOne{ .travelDaysTitlle-left-textOne{
...@@ -296,11 +296,11 @@ ...@@ -296,11 +296,11 @@
overflow: hidden; overflow: hidden;
} }
.UpgradedVersion-homebj{ .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%; background-size: 100% 100%;
} }
.UpgradedVersion-introduceBj{ .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%; background-size: 100% 100%;
} }
.UpgradedVersion-otherBj{ .UpgradedVersion-otherBj{
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="UpgradedVersion-header absolute row-sb z-index1"> <div class="UpgradedVersion-header absolute row-sb z-index1">
<div class="UpgradedVersion-header-left relative row-aic" :style="{'background':TripColor}"> <div class="UpgradedVersion-header-left relative row-aic" :style="{'background':TripColor}">
<img class="header-leftBj absolute z-index2" :src="backgroundImgBj2" /> <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>
<div class="UpgradedVersion-header-right"> <div class="UpgradedVersion-header-right">
<div class="UpgradedVersion-header-title"> <div class="UpgradedVersion-header-title">
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
canEdit: true, canEdit: true,
LineShortName: '欧洲线', LineShortName: '欧洲线',
backgroundImg: '', backgroundImg: '',
backgroundImgBj1: 'http://192.168.10.214:8130/Upload/NewTripFeature/logoBjOne.png', //花纹背景 backgroundImgBj1: 'https://imgfile.oytour.com/Static/NewTripFeature/logoBjOne.png', //花纹背景
backgroundImgBj2: 'http://192.168.10.214:8130/Upload/NewTripFeature/logoBjTwo.png', //白色背景 backgroundImgBj2: 'https://imgfile.oytour.com/Static/NewTripFeature/logoBjTwo.png', //白色背景
}; };
}, },
methods: { methods: {
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
watch: { watch: {
TripColor: { TripColor: {
handler(val, oldVal) { 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, deep: false,
immediate: true immediate: true
......
...@@ -35,17 +35,17 @@ ...@@ -35,17 +35,17 @@
:style="{'color':textColorOne}"> :style="{'color':textColorOne}">
<div class="travelDaysMasterMap-one"> <div class="travelDaysMasterMap-one">
<div class="travelDaysMasterMap-oneImg bjF6" id="uploadImg"> <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>
<div class="travelDaysMasterMap-text absolute z-index2">塞维利亚西班牙广场</div> <div class="travelDaysMasterMap-text absolute z-index2">塞维利亚西班牙广场</div>
</div> </div>
<div class="travelDaysMasterMap-two absolute z-index2"> <div class="travelDaysMasterMap-two absolute z-index2">
<div class="travelDaysMasterMap-twoImg relative bjF6"> <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 class="travelDaysMasterMap-text textTwo absolute z-index2">【米其林烤乳猪】</div>
</div> </div>
<div class="travelDaysMasterMap-twoImg relative bjF6" style="margin-top: 47px;"> <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 class="travelDaysMasterMap-text textTwo absolute z-index2">【米其林烤乳猪】</div>
</div> </div>
</div> </div>
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
// }, // },
}, },
mounted() { 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.canvasImgColor(bj, (callback) => {
this.textColor = callback this.textColor = callback
let rgba = 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