租房小程序前端代码
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.
 
 
 

22 lines
389 B

<template>
<view class="page">
<view class="">
<!-- <image class="se-a-150" src="@/static/image/logo.png" mode=""></image>
<text class="se-c-black se-fs-28 se-pt-30">1.0.0</text> -->
<uv-parse :content="configList.myInfo"></uv-parse>
</view>
</view>
</template>
<script>
export default{
}
</script>
<style scoped lang="scss">
.page{
padding: 20rpx;
}
</style>