CarRental/page_user/tips.vue
2025-01-06 11:51:31 +08:00

33 lines
552 B
Vue

<template>
<view class="page">
<u-navbar title="帮助中心 " :border-bottom="false" :background="background" title-color='#000' title-size='36' height='45' back-icon-color='#000'></u-navbar>
<image src="https://lxnapi.ccttiot.com/bike/img/static/uCCHcZsflexApimAoHRS" mode=""></image>
</view>
</template>
<script>
export default {
data() {
return {
background: {
backgroundColor: "#fff",
},
}
},
methods: {
}
}
</script>
<style lang="scss">
.page{
image{
width: 750rpx;
height: 1994rpx;
}
}
</style>