|
|
@ -268,13 +268,19 @@ export default {
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
showbigpicPath(data) {
|
|
|
|
showbigpicPath(data) {
|
|
|
|
console.log(data);
|
|
|
|
console.log(data);
|
|
|
|
|
|
|
|
if (data.includes("!")) {
|
|
|
|
this.bigPicPath = data.substring(0, data.length - 9);
|
|
|
|
this.bigPicPath = data.substring(0, data.length - 9);
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
this.bigPicPath = data;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
console.log(this.bigPicPath);
|
|
|
|
console.log(this.bigPicPath);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleBigPicbox() {
|
|
|
|
handleBigPicbox() {
|
|
|
|
this.showBigpic = true;
|
|
|
|
this.showBigpic = true;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
closePic() {
|
|
|
|
closePic(data) {
|
|
|
|
|
|
|
|
console.log(data);
|
|
|
|
this.showBigpic = false;
|
|
|
|
this.showBigpic = false;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
openline() {
|
|
|
|
openline() {
|
|
|
|