CarRental_back/pages_withdraw/withdraw.vue
2024-10-18 18:03:37 +08:00

26 lines
383 B
Vue

<template>
<view class="page">
<view class="fixed">
<u-navbar :custom-back='back' title=" " :border-bottom="false" :background="background" title-color='#fff' title-size='36'
height='45' back-icon-color='#000'></u-navbar>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>