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