Vue子控件点击事件触发父控件点击事件
解决:在子控件的事件后面加 .stop
@click.stop="getImg(item.envelopePic)"
解决:在子控件的事件后面加 .stop
@click.stop="getImg(item.envelopePic)"
微信扫码登录