Commit c7cf0025 authored by youjie's avatar youjie

no message

parent 9d4b230a
...@@ -95,8 +95,6 @@ export default { ...@@ -95,8 +95,6 @@ export default {
this.UploadSelfFileT(path, newArr, x => { this.UploadSelfFileT(path, newArr, x => {
this.trafficObj.trafficIntroduce.IntroduceImage = this.trafficObj.trafficIntroduce.IntroduceImage =
this.domainManager().ViittoFileUrl + x.data.FilePath; this.domainManager().ViittoFileUrl + x.data.FilePath;
this.trafficObj.trafficIntroduce.x = 0
this.trafficObj.trafficIntroduce.y = 0
}); });
}, },
//关闭添加弹窗 //关闭添加弹窗
...@@ -109,8 +107,6 @@ export default { ...@@ -109,8 +107,6 @@ export default {
imgArr.forEach(imgItem => { imgArr.forEach(imgItem => {
this.trafficObj.trafficIntroduce.IntroduceImage = this.trafficObj.trafficIntroduce.IntroduceImage =
imgItem.Path ; imgItem.Path ;
this.trafficObj.trafficIntroduce.x = 0
this.trafficObj.trafficIntroduce.y = 0
}); });
} }
}, },
...@@ -120,8 +116,6 @@ export default { ...@@ -120,8 +116,6 @@ export default {
watch: { watch: {
"trafficObj.trafficIntroduce":{ "trafficObj.trafficIntroduce":{
handler: function(newValue, oldValue) { handler: function(newValue, oldValue) {
this.trafficObj.trafficIntroduce.x = 0
this.trafficObj.trafficIntroduce.y = 0
this.trafficObj.Introduce = JSON.stringify(this.trafficObj.trafficIntroduce); this.trafficObj.Introduce = JSON.stringify(this.trafficObj.trafficIntroduce);
}, },
......
...@@ -415,7 +415,6 @@ ...@@ -415,7 +415,6 @@
}, },
dataAll: { dataAll: {
handler(val, oldVal) { handler(val, oldVal) {
// console.log(val,'-----')
if(val&&val.TripColor){ if(val&&val.TripColor){
this.backgroundColor = this.hexToRgb(val.TripColor, 0.2) this.backgroundColor = this.hexToRgb(val.TripColor, 0.2)
this.backgroundColor2 = this.hexToRgb(val.TripColor, 0.1) this.backgroundColor2 = this.hexToRgb(val.TripColor, 0.1)
......
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