【优化】增加 image mj 按钮回调
parent
29e1426a79
commit
c96f3cea61
|
@ -63,8 +63,8 @@ const handlerImageBtnClick = async (type, imageDetail: ImageDetailVO) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 图片 - mj btn click */
|
/** 图片 - mj btn click */
|
||||||
const handlerImageMjBtnClick = async (button: ImageMjButtonsVO) => {
|
const handlerImageMjBtnClick = async (button: ImageMjButtonsVO, imageDetail: ImageDetailVO) => {
|
||||||
console.log('mj click', button)
|
console.log('mj click', button, imageDetail)
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 下载 - image */
|
/** 下载 - image */
|
||||||
|
|
|
@ -67,7 +67,7 @@ const handlerLoading = async (status: number) => {
|
||||||
|
|
||||||
/** mj 按钮 click */
|
/** mj 按钮 click */
|
||||||
const handlerMjBtnClick = async (button: ImageMjButtonsVO) => {
|
const handlerMjBtnClick = async (button: ImageMjButtonsVO) => {
|
||||||
emits('onMjBtnClick', button)
|
emits('onMjBtnClick', button, props.imageDetail)
|
||||||
}
|
}
|
||||||
|
|
||||||
// watch
|
// watch
|
||||||
|
|
Loading…
Reference in New Issue