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

28 lines
638 B

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
  1. <template>
  2. <view class="se-p-30">
  3. <view class="se-flex se-flex-v-c se-mt-120">
  4. <image class="se-a-130" src="../../static/image/4705223.png" mode=""></image>
  5. <text class="se-fw-6 se-c-black se-mt-30">申请成功</text>
  6. </view>
  7. <view class="se-px-20 se-mt-100">
  8. <navigator open-type="reLaunch" url="/pages/home/index" class="se-flex se-mt-40 se-flex-ai-c se-flex-h-c se-bgc-orange se-b se-c-white se-fs-28 se-py-20 se-px-250 se-br-30">
  9. 返回
  10. </navigator>
  11. </view>
  12. </view>
  13. </template>
  14. <script>
  15. export default{
  16. data(){
  17. return{
  18. type:""
  19. }
  20. },
  21. onLoad(options) {
  22. }
  23. }
  24. </script>
  25. <style>
  26. </style>