liveh5-nuxt/app/pages/collectCode/signature/result/index.vue
xingyy 6f49f3d8e0 feat(collect-code): 实现个人信息收集和电子签名功能
- 添加个人信息收集页面,包括手机号、姓名、性别、生日等信息
- 实现电子签名流程,包括协议确认和签名结果展示
-优化登录页面布局,增加倒计时和返回功能
- 更新测试环境配置,统一 API 和 WebSocket URL
2025-02-19 15:14:01 +08:00

20 lines
712 B
Vue

<script setup>
</script>
<template>
<div class="w-[100vw] h-screen-nav bg-[url('@/static/images/3532@2x.png')] bg-cover flex-grow-1 flex flex-col items-center pt-183px px-30px">
<div class="flex flex-col items-center pt-18px px-31px">
<div class="text-#000 text-16px mb-4px">签署成功</div>
<div class="text-#939393 text-12px mb-31px">&nbsp&nbsp&nbsp领取您的专属号牌&nbsp&nbsp&nbsp</div>
<div class="relative">
<img class="w-258px h-144px" src="@/static/images/zu6020@2x.png" alt="">
<div class="absolute text-#FDD68D text-68px bottom-1px left-1/2 transform translate-x--1/2">50</div>
</div>
</div>
</div>
</template>
<style scoped>
</style>