修改bug

main
ihzero 2024-05-25 14:17:23 +08:00
parent bf5bf55a0f
commit 6d61951ed8
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ const paddingRight = computed(() => {
return `${rightButtonWidth}px`
})
const onLeftClick = () => {
if (!props.isBack) return
emit('leftClick')
if (props.autoBack) {
// #ifdef H5