实名认证添加状态过程
This commit is contained in:
@@ -157,6 +157,10 @@
|
||||
}
|
||||
|
||||
onLoad(() => {
|
||||
const now = new Date()
|
||||
currentYear.value = now.getFullYear()
|
||||
currentMonth.value = now.getMonth() + 1
|
||||
|
||||
getData()
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user