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
863ce605d4642347ad0594738980cc71378e4a16
Authored by
zhiyangdu
2020-12-23 11:31:51 +0800
1 parent
9d70db6e
y优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/dresserList/dresserList.vue
src/components/dresserList/dresserList.vue
View file @
863ce60
1
1
<template>
2
- <div
>
2
+ <div
v-if="dresserList && dresserList.length"
>
3
3
<div class="item_box" v-for="(item,index) in dresserList" :key="index" @click="toDetail(item)">
4
4
<img class="head_portrait" v-lazy="item.user_img || item.logo" />
5
5
<div class="user_info">
...
...