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