Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c546b66e5fa26a053a7771fb4647a526070c70db
Authored by
zhiyangdu
2020-04-15 17:27:59 +0800
1 parent
c49578ec
用户头像优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/shopDarenHot/shopDarenHot.vue
src/components/shopDarenHot/shopDarenHot.vue
View file @
c546b66
1
1
<template>
2
2
<div v-if="item" class="recommendDaren" @click="userJump(item)">
3
3
<div class="daren_box">
4
- <img class="head_portrait"
src="/static/img/2.png
" />
4
+ <img class="head_portrait"
v-lazy="item.logo
" />
5
5
<div class="name">
6
6
{{item.title}}
7
7
</div>
...
...