修改bug
parent
bf5bf55a0f
commit
6d61951ed8
|
|
@ -100,6 +100,7 @@ const paddingRight = computed(() => {
|
|||
return `${rightButtonWidth}px`
|
||||
})
|
||||
const onLeftClick = () => {
|
||||
if (!props.isBack) return
|
||||
emit('leftClick')
|
||||
if (props.autoBack) {
|
||||
// #ifdef H5
|
||||
|
|
|
|||
Loading…
Reference in New Issue