|
@@ -106,56 +106,52 @@
|
|
|
<app-block class="g-navmenu">
|
|
<app-block class="g-navmenu">
|
|
|
<CellGroup>
|
|
<CellGroup>
|
|
|
<Cell is-link :to="{ name: 'account-certification' }" v-if="authStatus !== AuthStatus.Certified">
|
|
<Cell is-link :to="{ name: 'account-certification' }" v-if="authStatus !== AuthStatus.Certified">
|
|
|
-
|
|
|
|
|
|
|
+ <template #title>
|
|
|
|
|
+ <Iconfont icon="g-icon-certification">实名认证</Iconfont>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </Cell>
|
|
|
|
|
+ <Cell is-link :to="{ name: 'account-authresult' }" v-if="authStatus === AuthStatus.Submitted">
|
|
|
<template #title>
|
|
<template #title>
|
|
|
<Iconfont icon="g-icon-certification">实名认证</Iconfont>
|
|
<Iconfont icon="g-icon-certification">实名认证</Iconfont>
|
|
|
</template>
|
|
</template>
|
|
|
</Cell>
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'bank-sign' }" v-if="authStatus === AuthStatus.Certified && canBankSign">
|
|
<Cell is-link :to="{ name: 'bank-sign' }" v-if="authStatus === AuthStatus.Certified && canBankSign">
|
|
|
-
|
|
|
|
|
<template #title>
|
|
<template #title>
|
|
|
<Iconfont icon="g-icon-sign">签约账户</Iconfont>
|
|
<Iconfont icon="g-icon-sign">签约账户</Iconfont>
|
|
|
</template>
|
|
</template>
|
|
|
</Cell>
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'account-protocol', query: { memberUserId: getMemberUserId() } }"
|
|
<Cell is-link :to="{ name: 'account-protocol', query: { memberUserId: getMemberUserId() } }"
|
|
|
v-if="userStore.userType != 2 && authStatus === AuthStatus.Certified">
|
|
v-if="userStore.userType != 2 && authStatus === AuthStatus.Certified">
|
|
|
-
|
|
|
|
|
<template #title>
|
|
<template #title>
|
|
|
<Iconfont icon="g-icon-order--line">合同签署</Iconfont>
|
|
<Iconfont icon="g-icon-order--line">合同签署</Iconfont>
|
|
|
</template>
|
|
</template>
|
|
|
</Cell>
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'mine-profile' }">
|
|
<Cell is-link :to="{ name: 'mine-profile' }">
|
|
|
-
|
|
|
|
|
<template #title>
|
|
<template #title>
|
|
|
<Iconfont icon="g-icon-profile">个人信息</Iconfont>
|
|
<Iconfont icon="g-icon-profile">个人信息</Iconfont>
|
|
|
</template>
|
|
</template>
|
|
|
</Cell>
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'rules-zcxy' }">
|
|
<Cell is-link :to="{ name: 'rules-zcxy' }">
|
|
|
-
|
|
|
|
|
<template #title>
|
|
<template #title>
|
|
|
<Iconfont icon="g-icon-zcxy">用户注册协议</Iconfont>
|
|
<Iconfont icon="g-icon-zcxy">用户注册协议</Iconfont>
|
|
|
</template>
|
|
</template>
|
|
|
</Cell>
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'rules-yszc' }">
|
|
<Cell is-link :to="{ name: 'rules-yszc' }">
|
|
|
-
|
|
|
|
|
<template #title>
|
|
<template #title>
|
|
|
<Iconfont icon="g-icon-yszc">关于隐私</Iconfont>
|
|
<Iconfont icon="g-icon-yszc">关于隐私</Iconfont>
|
|
|
</template>
|
|
</template>
|
|
|
</Cell>
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'rules-fwrx' }">
|
|
<Cell is-link :to="{ name: 'rules-fwrx' }">
|
|
|
-
|
|
|
|
|
<template #title>
|
|
<template #title>
|
|
|
<Iconfont icon="g-icon-fwrx">服务热线</Iconfont>
|
|
<Iconfont icon="g-icon-fwrx">服务热线</Iconfont>
|
|
|
</template>
|
|
</template>
|
|
|
</Cell>
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'mine-setting' }">
|
|
<Cell is-link :to="{ name: 'mine-setting' }">
|
|
|
-
|
|
|
|
|
<template #title>
|
|
<template #title>
|
|
|
<Iconfont icon="g-icon-setting">设置</Iconfont>
|
|
<Iconfont icon="g-icon-setting">设置</Iconfont>
|
|
|
</template>
|
|
</template>
|
|
|
</Cell>
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'rules-gywm' }">
|
|
<Cell is-link :to="{ name: 'rules-gywm' }">
|
|
|
-
|
|
|
|
|
<template #title>
|
|
<template #title>
|
|
|
<Iconfont icon="g-icon-gywm">关于我们</Iconfont>
|
|
<Iconfont icon="g-icon-gywm">关于我们</Iconfont>
|
|
|
</template>
|
|
</template>
|