Commit ec9f695b authored by zhengke's avatar zhengke

修改

parent 739c07e2
......@@ -68,7 +68,7 @@
<view class="contanctIn">
<view class="contancList" v-for="(item,index) in dataList" @click="goDetail(item.Id)" :key="index">
<view class="contanctImg">
<img :src="item.HeadIcon" alt="" />
<img :src="item.HeadIcon" mode="aspectFit" alt="" />
</view>
<view>
<view class="contancName">{{item.Name}}</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment