|
@@ -7,9 +7,7 @@
|
|
我的服务顾问
|
|
我的服务顾问
|
|
</view>
|
|
</view>
|
|
<view class="ad-con-box">
|
|
<view class="ad-con-box">
|
|
- <!-- <view class="ad-con-box-l"> -->
|
|
|
|
- <image :src="usersAvatarStr" mode="aspectFit" class="ad-icon-mine"></image>
|
|
|
|
- <!-- </view> -->
|
|
|
|
|
|
+ <image :src="usersAvatarStr" mode="aspectFit" class="ad-icon-mine"></image>
|
|
<view class="ad-con-box-r">
|
|
<view class="ad-con-box-r">
|
|
<view class="ad-name">{{users.name}}</view>
|
|
<view class="ad-name">{{users.name}}</view>
|
|
<view class="ad-years">{{userYears}}</view>
|
|
<view class="ad-years">{{userYears}}</view>
|
|
@@ -24,9 +22,7 @@
|
|
</view>
|
|
</view>
|
|
<!-- 服务顾问list -->
|
|
<!-- 服务顾问list -->
|
|
<view class="ad-list" v-for="(item,index) in queryManagerList" :key="item.id" @click="goDetail(item)">
|
|
<view class="ad-list" v-for="(item,index) in queryManagerList" :key="item.id" @click="goDetail(item)">
|
|
- <!-- <view class="ad-con-box-l"> -->
|
|
|
|
- <image :src="item.avatar ? item.avatar : '../../static/timg/pic_def_ava@2x.png'" class="ad-list-img"></image>
|
|
|
|
- <!-- </view> -->
|
|
|
|
|
|
+ <image :src="item.avatar ? item.avatar : '../../static/timg/pic_def_ava@2x.png'" class="ad-list-img"></image>
|
|
<view class="ad-name ad-list-r">
|
|
<view class="ad-name ad-list-r">
|
|
<text>{{item.name}}</text>
|
|
<text>{{item.name}}</text>
|
|
</view>
|
|
</view>
|
|
@@ -118,14 +114,10 @@
|
|
|
|
|
|
.ad-con-box {
|
|
.ad-con-box {
|
|
display: flex;
|
|
display: flex;
|
|
- padding-bottom: 10rpx;
|
|
|
|
|
|
+ padding-bottom: 20rpx;
|
|
margin-top: 30rpx;
|
|
margin-top: 30rpx;
|
|
margin-left: 30rpx;
|
|
margin-left: 30rpx;
|
|
}
|
|
}
|
|
- /* .ad-con-box-l{
|
|
|
|
- display: flex;
|
|
|
|
- background-color: green;
|
|
|
|
- } */
|
|
|
|
.ad-sec-tit {
|
|
.ad-sec-tit {
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
color: #666;
|