点击看大图

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

@ -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() {

Loading…
Cancel
Save