图片
This commit is contained in:
		| @@ -2,9 +2,11 @@ | ||||
|   <div class="Organization"> | ||||
|     <div class="title">网格人员</div> | ||||
|     <div class="user-content" v-for="(item, index) in dataInfo.parentGirdMembers" :key="index"> | ||||
|       <!-- <image :src="item.photo" alt="" mode="aspectFill" v-if="item.photo" /> --> | ||||
|       <img :src="item.photo" alt="" v-if="item.photo"> | ||||
|       <img src="./components/img/big-user.png" alt="" v-else> | ||||
|       <div> | ||||
|         <!-- <image :src="item.photo" alt="" mode="aspectFill" v-if="item.photo" /> --> | ||||
|         <img :src="item.photo" alt="" v-if="item.photo"> | ||||
|         <img src="./components/img/big-user.png" alt="" v-else> | ||||
|       </div> | ||||
|       <div class="right"> | ||||
|         <div class="name">{{item.name}}</div> | ||||
|         <div class="gird">{{item.checkType == 2 ? '网格长' : '网格员'}}</div> | ||||
| @@ -12,9 +14,11 @@ | ||||
|       </div> | ||||
|     </div> | ||||
|     <div class="user-content user-item" v-for="(item, index) in dataInfo.girdMembers" :key="index"> | ||||
|       <!-- <image :src="item.photo" alt="" mode="aspectFill" v-if="item.photo" /> --> | ||||
|       <img :src="item.photo" alt="" v-if="item.photo" /> | ||||
|       <img src="./components/img/user-img.png" alt="" v-else /> | ||||
|       <div> | ||||
|         <!-- <image :src="item.photo" alt="" mode="aspectFill" v-if="item.photo" /> --> | ||||
|         <img :src="item.photo" alt="" v-if="item.photo"> | ||||
|         <img src="./components/img/big-user.png" alt="" v-else> | ||||
|       </div> | ||||
|       <div class="right"> | ||||
|         <div class="name">{{item.name}}  | ||||
|           <span class="gird">{{item.checkType == 2 ? '网格长' : '网格员'}}</span> | ||||
| @@ -84,6 +88,7 @@ export default { | ||||
|     box-sizing: border-box; | ||||
|     display: flex; | ||||
|     img{ | ||||
|       display: inline-block; | ||||
|       width: 200px; | ||||
|       height: 200px; | ||||
|       margin-right: 32px; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user