You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
303 B

<template>
<!-- 智慧城市同城 -->
<view class="businessDetails">
<far-bottom></far-bottom>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="less" scoped>
page{
background: #F6F6F6;
}
.businessDetails{
font-size: 0;
}
</style>