|
|
@@ -51,20 +51,16 @@
|
|
|
<app-block class="mine-iconbar">
|
|
|
<ul>
|
|
|
<li @click="routerTo('order-position')">
|
|
|
- <img src="@mobile/assets/icons/generalize.svg" />
|
|
|
- <span>我的持仓</span>
|
|
|
+ <Iconfont label-direction="bottom" icon="icon-a-zu746">我的持仓</Iconfont>
|
|
|
</li>
|
|
|
<li @click="routerTo('order-list')">
|
|
|
- <img src="@mobile/assets/icons/order.svg" />
|
|
|
- <span>我的订单</span>
|
|
|
+ <Iconfont label-direction="bottom" icon="icon-a-zu771defuben">我的订单</Iconfont>
|
|
|
</li>
|
|
|
<li @click="routerTo('order-delivery')">
|
|
|
- <img src="@mobile/assets/icons/wddj.svg" />
|
|
|
- <span>交货提货</span>
|
|
|
+ <Iconfont label-direction="bottom" icon="icon-a-zu803">交货提货</Iconfont>
|
|
|
</li>
|
|
|
<li @click="routerTo('order-performance')">
|
|
|
- <img src="@mobile/assets/icons/wareorder.svg" />
|
|
|
- <span>履约信息</span>
|
|
|
+ <Iconfont label-direction="bottom" icon="icon-a-zu802">履约信息</Iconfont>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</app-block>
|
|
|
@@ -73,42 +69,42 @@
|
|
|
<Cell is-link :to="{ name: 'account-certification' }"
|
|
|
v-if="[AuthStatus.Uncertified, AuthStatus.Rejected].includes(authStatus)">
|
|
|
<template #title>
|
|
|
- <app-iconfont icon="icon-shimingrenzheng">实名认证</app-iconfont>
|
|
|
+ <Iconfont icon="icon-shimingrenzheng">实名认证</Iconfont>
|
|
|
</template>
|
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'bank-sign' }" v-if="authStatus === AuthStatus.Certified">
|
|
|
<template #title>
|
|
|
- <app-iconfont icon="icon-qianyuezhanghu">签约账户</app-iconfont>
|
|
|
+ <Iconfont icon="icon-qianyuezhanghu">签约账户</Iconfont>
|
|
|
</template>
|
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'mine-profile' }">
|
|
|
<template #title>
|
|
|
- <app-iconfont icon="icon-fapiaoshuoming">个人信息</app-iconfont>
|
|
|
+ <Iconfont icon="icon-fapiaoshuoming">个人信息</Iconfont>
|
|
|
</template>
|
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'rules-zcxy' }">
|
|
|
<template #title>
|
|
|
- <app-iconfont icon="icon-yonghuzhucexieyi">用户注册协议</app-iconfont>
|
|
|
+ <Iconfont icon="icon-yonghuzhucexieyi">用户注册协议</Iconfont>
|
|
|
</template>
|
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'rules-yszc' }">
|
|
|
<template #title>
|
|
|
- <app-iconfont icon="icon-guanyuzhengce">关于隐私</app-iconfont>
|
|
|
+ <Iconfont icon="icon-guanyuzhengce">关于隐私</Iconfont>
|
|
|
</template>
|
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'rules-fwrx' }">
|
|
|
<template #title>
|
|
|
- <app-iconfont icon="icon-kefurexian">服务热线</app-iconfont>
|
|
|
+ <Iconfont icon="icon-kefurexian">服务热线</Iconfont>
|
|
|
</template>
|
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'mine-setting' }">
|
|
|
<template #title>
|
|
|
- <app-iconfont icon="icon-shezhi">设置</app-iconfont>
|
|
|
+ <Iconfont icon="icon-shezhi">设置</Iconfont>
|
|
|
</template>
|
|
|
</Cell>
|
|
|
<Cell is-link :to="{ name: 'rules-gywm' }">
|
|
|
<template #title>
|
|
|
- <app-iconfont icon="icon-guanyuwomen">关于我们</app-iconfont>
|
|
|
+ <Iconfont icon="icon-guanyuwomen">关于我们</Iconfont>
|
|
|
</template>
|
|
|
</Cell>
|
|
|
</CellGroup>
|
|
|
@@ -129,7 +125,7 @@ import { queryBankAccountSign } from '@/services/api/bank'
|
|
|
import { queryUserAccount } from '@/services/api/account'
|
|
|
import { useLoginStore, useAccountStore, useUserStore } from '@/stores'
|
|
|
import eventBus from '@/services/bus'
|
|
|
-import AppIconfont from '@mobile/components/base/iconfont/index.vue'
|
|
|
+import Iconfont from '@mobile/components/base/iconfont/index.vue'
|
|
|
|
|
|
const { router, routerTo } = useNavigation()
|
|
|
const loginStore = useLoginStore()
|