fix
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
<div class="falls_item_img">
|
||||
<img
|
||||
v-lazy="item.designPythonOutfitUrl"
|
||||
@click="setItemDetail(item)"
|
||||
:style="{
|
||||
height: item.style.imgHeihgt + 'px',
|
||||
}"
|
||||
@@ -231,6 +232,9 @@ export default defineComponent({
|
||||
}
|
||||
this.$el.style.height = Math.max(...this.poss) + this.gap_y + "px";
|
||||
},
|
||||
setItemDetail(data){
|
||||
this.$emit('getImgScale',data)
|
||||
}
|
||||
},
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user