src/components/PageHeader.vue @@ -48,7 +48,7 @@ props.customBack(); } else { emit('back'); uni.navigateBack(); // uni.navigateBack(); } }; </script>