|
@@ -313,7 +313,7 @@
|
|
pointList: [],
|
|
pointList: [],
|
|
currentPq: -1,
|
|
currentPq: -1,
|
|
inputValue: '',
|
|
inputValue: '',
|
|
- backgroundImage: 'image/cycyy.jpg',
|
|
|
|
|
|
+ backgroundImage: 'https://www.cqna.gov.cn/syygapi/naxsb/image/cycyy.jpg',
|
|
pqList: [
|
|
pqList: [
|
|
],
|
|
],
|
|
}
|
|
}
|
|
@@ -326,44 +326,44 @@
|
|
this.getParkData();
|
|
this.getParkData();
|
|
this.getSellLand(id);
|
|
this.getSellLand(id);
|
|
if (id == 4) {
|
|
if (id == 4) {
|
|
- this.backgroundImage = 'image/npxqcyy.jpg';
|
|
|
|
|
|
+ this.backgroundImage = 'https://www.cqna.gov.cn/syygapi/naxsb/image/npxqcyy.jpg';
|
|
} else if (id == 6) {
|
|
} else if (id == 6) {
|
|
- this.backgroundImage = 'image/dxkjy.jpg';
|
|
|
|
|
|
+ this.backgroundImage = 'https://www.cqna.gov.cn/syygapi/naxsb/image/dxkjy.jpg';
|
|
} else if (id == 5) {
|
|
} else if (id == 5) {
|
|
- this.backgroundImage = 'image/ylcxg.jpg';
|
|
|
|
|
|
+ this.backgroundImage = 'https://www.cqna.gov.cn/syygapi/naxsb/image/ylcxg.jpg';
|
|
} else if (id == 1) {
|
|
} else if (id == 1) {
|
|
- this.backgroundImage = 'image/cycyy.jpg';
|
|
|
|
|
|
+ this.backgroundImage = 'https://www.cqna.gov.cn/syygapi/naxsb/image/cycyy.jpg';
|
|
} else if (id == 2) {
|
|
} else if (id == 2) {
|
|
- this.backgroundImage = 'image/xjqcdzcyy.jpg';
|
|
|
|
|
|
+ this.backgroundImage = 'https://www.cqna.gov.cn/syygapi/naxsb/image/xjqcdzcyy.jpg';
|
|
} else if (id == 3) {
|
|
} else if (id == 3) {
|
|
- this.backgroundImage = 'image/cjlscxcyy.jpg';
|
|
|
|
|
|
+ this.backgroundImage = 'https://www.cqna.gov.cn/syygapi/naxsb/image/cjlscxcyy.jpg';
|
|
} else {
|
|
} else {
|
|
- this.backgroundImage = 'image/tdcy.webp';
|
|
|
|
|
|
+ this.backgroundImage = 'https://www.cqna.gov.cn/syygapi/naxsb/image/tdcy.webp';
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
goDeteil(id) {
|
|
goDeteil(id) {
|
|
if (id) {
|
|
if (id) {
|
|
- window.location.href = "ztcrdetail.html?ztid=" + id;
|
|
|
|
|
|
+ window.location.href = "https://www.cqna.gov.cn/syygapi/naxsb/ztcrdetail.html?ztid=" + id;
|
|
}
|
|
}
|
|
},
|
|
},
|
|
handleParkChange(data) {
|
|
handleParkChange(data) {
|
|
this.currentPq = data.id;
|
|
this.currentPq = data.id;
|
|
var id = data.id;
|
|
var id = data.id;
|
|
if (id == 4) {
|
|
if (id == 4) {
|
|
- this.backgroundImage = 'image/npxqcyy.jpg';
|
|
|
|
|
|
+ this.backgroundImage = 'https://www.cqna.gov.cn/syygapi/naxsb/image/npxqcyy.jpg';
|
|
} else if (id == 6) {
|
|
} else if (id == 6) {
|
|
- this.backgroundImage = 'image/dxkjy.jpg';
|
|
|
|
|
|
+ this.backgroundImage = 'https://www.cqna.gov.cn/syygapi/naxsb/image/dxkjy.jpg';
|
|
} else if (id == 5) {
|
|
} else if (id == 5) {
|
|
- this.backgroundImage = 'image/ylcxg.jpg';
|
|
|
|
|
|
+ this.backgroundImage = 'https://www.cqna.gov.cn/syygapi/naxsb/image/ylcxg.jpg';
|
|
} else if (id == 1) {
|
|
} else if (id == 1) {
|
|
- this.backgroundImage = 'image/cycyy.jpg';
|
|
|
|
|
|
+ this.backgroundImage = 'https://www.cqna.gov.cn/syygapi/naxsb/image/cycyy.jpg';
|
|
} else if (id == 2) {
|
|
} else if (id == 2) {
|
|
- this.backgroundImage = 'image/xjqcdzcyy.jpg';
|
|
|
|
|
|
+ this.backgroundImage = 'https://www.cqna.gov.cn/syygapi/naxsb/image/xjqcdzcyy.jpg';
|
|
} else if (id == 3) {
|
|
} else if (id == 3) {
|
|
- this.backgroundImage = 'image/cjlscxcyy.jpg';
|
|
|
|
|
|
+ this.backgroundImage = 'https://www.cqna.gov.cn/syygapi/naxsb/image/cjlscxcyy.jpg';
|
|
} else {
|
|
} else {
|
|
- this.backgroundImage = 'image/tdcy.webp';
|
|
|
|
|
|
+ this.backgroundImage = 'https://www.cqna.gov.cn/syygapi/naxsb/image/tdcy.webp';
|
|
}
|
|
}
|
|
this.inputValue = '';
|
|
this.inputValue = '';
|
|
this.getParkDetail();
|
|
this.getParkDetail();
|