Commit f0bbd5cc authored by 黄奎's avatar 黄奎

页面修改

parent 3b07e790
This diff is collapsed.
......@@ -2,7 +2,12 @@
<div class="sell-box">
<div class="top">
<div class="h">
<img :src="champion.employeeImg" :onerror="defaultHeadImg" />
<template v-if="CurrentUserInfo.RB_Group_id==2">
<img :src="champion.employeeImg" :onerror="defaultHeadImg" />
</template>
<template>
<img src="../../assets/img/default_head_img.jpg" :onerror="defaultHeadImg" />
</template>
</div>
<img class="caidai" src="../../assets/img/persion/caidai.png" />
<div class="money" v-if="CurrentUserInfo.RB_Group_id==2">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment