实名认证添加状态过程

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

@@ -157,6 +157,10 @@
}
onLoad(() => {
const now = new Date()
currentYear.value = now.getFullYear()
currentMonth.value = now.getMonth() + 1
getData()
})
</script>