|
|
|
@ -1,10 +1,10 @@ |
|
|
|
<template> |
|
|
|
<view> |
|
|
|
<view class="lf-row-center lf-flex-column head" v-if="$isRight(canteen)"> |
|
|
|
<image :src="canteen.avatar"></image> |
|
|
|
<image :src="canteen.avatar" v-if="canteen.avatar"></image> |
|
|
|
<image src="../../static/images/default_avatar.png" v-else></image> |
|
|
|
<view class="lf-m-t-20 lf-font-32 lf-font-bold lf-color-black">{{ canteen.name }}</view> |
|
|
|
<view class="lf-font-28 lf-color-555 lf-m-t-10">{{ canteen.role }}</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
<view class="list"> |
|
|
|
<view class="lf-row-between list-item" hover-class="lf-opacity" v-for="(item, index) in block_list" |
|
|
|
|