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

21 lines
389 B

8 months ago
8 months ago
8 months ago
  1. <template>
  2. <view class="page">
  3. <view class="">
  4. <!-- <image class="se-a-150" src="@/static/image/logo.png" mode=""></image>
  5. <text class="se-c-black se-fs-28 se-pt-30">1.0.0</text> -->
  6. <uv-parse :content="configList.myInfo"></uv-parse>
  7. </view>
  8. </view>
  9. </template>
  10. <script>
  11. export default{
  12. }
  13. </script>
  14. <style scoped lang="scss">
  15. .page{
  16. padding: 20rpx;
  17. }
  18. </style>