实名认证添加状态过程

This commit is contained in:
cbb
2026-01-05 17:50:18 +08:00
parent 42eba945e8
commit 24731d1949
10 changed files with 489 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
<script setup>
// 充值页面
</script>
<template>
<view class="recharge-box">充值页面</view>
</template>
<style lang="scss" scoped></style>