|
|
@@ -47,7 +47,7 @@ const componentMap = new Map<string, unknown>([
|
|
|
['certification', defineAsyncComponent(() => import('./components/certification/index.vue'))], // 实名认证
|
|
|
])
|
|
|
|
|
|
-const authStatus = shallowRef(AuthStatus.Certified) // 实名认证状态
|
|
|
+const authStatus = shallowRef(AuthStatus.Uncertified) // 实名认证状态
|
|
|
const signStatus = shallowRef(SignStatus.Unsigned)
|
|
|
|
|
|
const { rowKey, expandKeys, rowClick, selectedRow } = useComposeTable<Model.BankAccountSignRsp>({ rowKey: 'applyexchticket' })
|
|
|
@@ -81,6 +81,7 @@ onMounted(() => {
|
|
|
// 获取用户账号信息
|
|
|
queryUserAccount().then((res) => {
|
|
|
authStatus.value = res.data.hasauth
|
|
|
+ console.log(res.data.hasauth)
|
|
|
})
|
|
|
}
|
|
|
})
|