lanan-repair-app/pages/white/white.vue
2025-10-14 20:13:29 +08:00

26 lines
209 B
Vue

<template>
<view>
</view>
</template>
<script>
export default {
name: 'White',
data() {
return {
}
},
onLoad() {
uni.navigateBack()
},
methods: {
}
}
</script>
<style>
</style>