分享朋友圈调整
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
<view class="item">
|
||||
<view class="item-label">
|
||||
<view class="item-name">个人当日消费额</view>
|
||||
<view class="item-name">个人当日销售额</view>
|
||||
<view class="item-number item-number-red">{{perfInfo.day_perf}}</view>
|
||||
<image class="item-icon" src="/static/imgs/teamIcon_01.png" mode="widthFix"></image>
|
||||
</view>
|
||||
<view class="item-label">
|
||||
<view class="item-name">个人累计消费额</view>
|
||||
<view class="item-name">个人累计销售额</view>
|
||||
<view class="item-number item-number-red">{{perfInfo.self_perf}}</view>
|
||||
<image class="item-icon" src="/static/imgs/teamIcon_02.png" mode="widthFix"></image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="item">
|
||||
<view class="item-label item-blue">
|
||||
<view class="item-name">个人当日消费额</view>
|
||||
<view class="item-name">市场业绩</view>
|
||||
<view class="item-number item-number-blue">{{perfInfo.group_perf}}</view>
|
||||
<image class="item-icon" src="/static/imgs/teamIcon_04.png" mode="widthFix"></image>
|
||||
</view>
|
||||
@@ -24,7 +24,7 @@
|
||||
<image class="item-icon" src="/static/imgs/teamIcon_03.png" mode="widthFix"></image>
|
||||
</view>
|
||||
<view class="item-label">
|
||||
<view class="item-name">团队客户</view>
|
||||
<view class="item-name">市场客户</view>
|
||||
<view class="item-number item-number-yellow">{{teamsInfo.group}}</view>
|
||||
<image class="item-icon" src="/static/imgs/teamIcon_03.png" mode="widthFix"></image>
|
||||
</view>
|
||||
@@ -37,19 +37,10 @@
|
||||
</view>
|
||||
<view class="listItem" wx:if="{{childrenArr.length > 0}}">
|
||||
<view class="listItem-item" wx:for="{{childrenArr}}" wx:key="childrenArr">
|
||||
<view class="listItem-top">
|
||||
<image class="listItem-head" src="/static/imgs/userHead.png" mode="widthFix"></image>
|
||||
<view class="listItem-cont">
|
||||
<view class="listItem-name">
|
||||
李莉莉
|
||||
</view>
|
||||
<view class="listItem-tel">
|
||||
152****7708
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="listItem-time">
|
||||
2023-08-18
|
||||
<image class="listItem-head" src="/static/imgs/userHead.png" mode="widthFix"></image>
|
||||
<view class="listItem-cont">
|
||||
<view class="listItem-name nowrap">{{item.nickname || '-'}}<text>{{item.hidden_username || '-'}}</text></view>
|
||||
<view class="listItem-time nowrap">{{item.created_at}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="pagesLoding" wx:if="{{lodingStats}}">
|
||||
|
||||
@@ -78,40 +78,37 @@ page {
|
||||
.listItem-item {
|
||||
background-color: #ffffff;
|
||||
border-radius: 20rpx;
|
||||
padding: 30rpx;
|
||||
padding: 25rpx 30rpx;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.listItem-top {
|
||||
position: relative;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.listItem-head {
|
||||
width: 100rpx;
|
||||
width: 88rpx;
|
||||
}
|
||||
|
||||
.listItem-cont {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
padding-left: 130rpx;
|
||||
width: 100% - 88rpx;
|
||||
padding-left: 30rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.listItem-name {
|
||||
font-weight: 600;
|
||||
line-height: 40rpx;
|
||||
}
|
||||
|
||||
.listItem-tel {
|
||||
margin-top: 20rpx;
|
||||
color: #666666;
|
||||
.listItem-name text {
|
||||
padding-left: 20rpx;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.listItem-time {
|
||||
line-height: 100rpx;
|
||||
font-size: 26rpx;
|
||||
color: gray;
|
||||
line-height: 40rpx;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user