Browse Source

完善 lf-image 组件不能显示的问题

master
邓平艺 5 years ago
parent
commit
652040b89d
  1. 2
      components/lf-userList/lf-userList.vue
  2. 8
      pages/index/index.vue
  3. BIN
      static/images/add_icon.png

2
components/lf-userList/lf-userList.vue

@ -1,7 +1,7 @@
<template> <template>
<view class="content" :style="padding ? 'padding: 0rpx 32rpx' : 'padding: 0rpx'"> <view class="content" :style="padding ? 'padding: 0rpx 32rpx' : 'padding: 0rpx'">
<view class="list" v-for="(item, index) in list" :key="index" @click="$url('/pages/my/memberDetails')"> <view class="list" v-for="(item, index) in list" :key="index" @click="$url('/pages/my/memberDetails')">
<lf-image class="avatar" src="@/static/logo.png"></lf-image>
<lf-image class="avatar" src="../../static/logo.png"></lf-image>
<view class="info"> <view class="info">
<view class="lf-flex-1"> <view class="lf-flex-1">
<text>编号83927</text> <text>编号83927</text>

8
pages/index/index.vue

@ -20,8 +20,7 @@
<scroll-view class="scroll-bar" :scroll-x="true"> <scroll-view class="scroll-bar" :scroll-x="true">
<view class="lf-flex"> <view class="lf-flex">
<view class="user-item" @click="$url('/pages/upTheWall/upTheWall')"> <view class="user-item" @click="$url('/pages/upTheWall/upTheWall')">
<!-- <lf-image class="avatar" src="@/static/logo.png"></lf-image> -->
<image class="add-icon" src="@/static/logo.png"></image>
<lf-image class="add-icon" src="../../static/images/add_icon.png"></lf-image>
<view class="lf-m-t-12 lf-color-555 lf-font-24 lf-line-1">我要上墙</view> <view class="lf-m-t-12 lf-color-555 lf-font-24 lf-line-1">我要上墙</view>
</view> </view>
<view class="user-item" v-for="item in 6" :key="item"> <view class="user-item" v-for="item in 6" :key="item">
@ -113,10 +112,11 @@
border-radius: 50%; border-radius: 50%;
} }
.avatar{ .avatar{
width: 96rpx;
height: 96rpx;
width: 110rpx;
height: 110rpx;
border: 5rpx solid #E21196; border: 5rpx solid #E21196;
border-radius: 50%; border-radius: 50%;
box-sizing: border-box;
} }
} }
} }

BIN
static/images/add_icon.png

After

Width: 220  |  Height: 220  |  Size: 7.7 KiB

Loading…
Cancel
Save