mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 18:16:43 +08:00
【new】 完成人力发展-个人中心模块接口对接
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
<!-- <div class="nav-item"> -->
|
||||
<van-cell is-link class="relative" @click="rout(config)">
|
||||
<template slot="title">
|
||||
<img class="t-cell-icon" :src="config.src" alt="config" />
|
||||
<span class="custom-title">{{ config.title }}</span>
|
||||
<van-icon v-if="config.icon" class="t-cell-icon" size="6.4vw" :name="config.icon" />
|
||||
<img v-else class="t-cell-icon" :src="config.src" alt="config" />
|
||||
<span class="custom-title"> {{ config.title }}</span>
|
||||
</template>
|
||||
</van-cell>
|
||||
<!-- </div> -->
|
||||
|
||||
Reference in New Issue
Block a user