作者 张晓杰

打印点击图片

@@ -226,6 +226,7 @@ export default { @@ -226,6 +226,7 @@ export default {
226 }, 226 },
227 methods: { 227 methods: {
228 onImg(e) { 228 onImg(e) {
  229 + console.log(e)
229 this.show = this.picList[e] 230 this.show = this.picList[e]
230 this.num = e 231 this.num = e
231 }, 232 },