点击看大图

hn2.0
fanluyan 2 years ago
parent c93c8bc0cd
commit 6b56d3010a

@ -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) {
console.log(data);
this.showBigpic = false;
},
openline() {

Loading…
Cancel
Save