chuangte_bike_newxcx/page_user/luru/daolan.vue
2025-09-22 17:08:55 +08:00

35 lines
554 B
Vue

<template>
<view class="page">
<u-navbar title=" " :border-bottom="false" :background="bgc" back-icon-color="#262B37" title-color='#262B37'
title-size='36' height='36' id="navbar">
</u-navbar>
<web-view src="https://ele.ccttiot.com/guide?id=1"></web-view>
</view>
</template>
<script>
export default {
data() {
return {
bgc: {
backgroundColor: "#fff",
},
}
},
onLoad() {
},
methods: {
}
}
</script>
<style lang="scss">
page {
background: #fff;
}
</style>