|
@@ -3,7 +3,7 @@
|
|
<view class="my_content">
|
|
<view class="my_content">
|
|
<view class="news">
|
|
<view class="news">
|
|
<view class="private">
|
|
<view class="private">
|
|
- <!-- <view class="avatar"><image></image></view> -->
|
|
|
|
|
|
+ <view class="avatar"><image src="@/static/image/ic_me.png"></image></view>
|
|
<view class="info">
|
|
<view class="info">
|
|
<text>{{info.username}}</text>
|
|
<text>{{info.username}}</text>
|
|
<!-- <text>156*****7654</text> -->
|
|
<!-- <text>156*****7654</text> -->
|
|
@@ -103,6 +103,7 @@ export default {
|
|
height: 104rpx;
|
|
height: 104rpx;
|
|
background: #21FFFA;
|
|
background: #21FFFA;
|
|
margin-right: 24rpx;
|
|
margin-right: 24rpx;
|
|
|
|
+ border-radius:50% ;
|
|
image{
|
|
image{
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|