|
|
@@ -100,12 +100,12 @@
|
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'hold-sign' }" v-if="authStatus === AuthStatus.Certified">
|
|
|
<template #title>
|
|
|
- <Iconfont icon="g-icon-sign"> 代扣签约申请</Iconfont>
|
|
|
+ <Iconfont icon="g-icon-signing"> 代扣签约申请</Iconfont>
|
|
|
</template>
|
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'hold-deposit' }" v-if="authStatus === AuthStatus.Certified">
|
|
|
<template #title>
|
|
|
- <Iconfont icon="g-icon-sign">入金代扣申请</Iconfont>
|
|
|
+ <Iconfont icon="g-icon-wallet">入金代扣申请</Iconfont>
|
|
|
</template>
|
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'mine-profile' }">
|