Commit 90a8afa3 authored by 黄奎's avatar 黄奎

页面修改

parent f2f8887a
......@@ -5,11 +5,11 @@
<img :src="champion.employeeImg" :onerror="defaultHeadImg" />
</div>
<img class="caidai" src="../../assets/img/persion/caidai.png" />
<div class="money">
<div class="money" v-if="CurrentUserInfo.RB_Group_id==2">
<span class="big">{{champion.weekTotalIncome}}</span>
</div>
</div>
<div class="bottom">
<div class="bottom" v-if="CurrentUserInfo.RB_Group_id==2">
<div class="t">
<div class="l">
<img :src="champion.employeeImg" />
......@@ -42,11 +42,13 @@ export default {
},
data() {
return {
CurrentUserInfo:{},
defaultHeadImg:
'this.src="' + require("../../assets/img/default_head_img.jpg") + '"',
}
},
mounted() {
this.CurrentUserInfo = this.getLocalStorage();
},
methods: {
openRank(){
......
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