Commit b9534f4b by sunerhu

1.修复积分订单详情传参错误

2.修复H5 分享课程登录页面userId 传参错误
3.修改 我的团队页面样式
parent 42971a52
...@@ -10,6 +10,17 @@ ...@@ -10,6 +10,17 @@
合计:{{item.rank}} 合计:{{item.rank}}
</view> </view>
<view class=""> <view class="">
<view class="d-box">
<view class="d-td">
<text>辖下组织/成员</text>
</view>
<view class="d-td">
<text>职级</text>
</view>
<view class="d-td">
<text>成员数量</text>
</view>
</view>
<lazy-tree :datatitleList="datatitleList" :dataList="dataList" type="2"></lazy-tree> <lazy-tree :datatitleList="datatitleList" :dataList="dataList" type="2"></lazy-tree>
<!-- <myteam-table :datatitleList="datatitleList" :dataList="raiseList" type="2"></myteam-table> --> <!-- <myteam-table :datatitleList="datatitleList" :dataList="raiseList" type="2"></myteam-table> -->
<!-- <view class="table-content"> <!-- <view class="table-content">
...@@ -102,6 +113,23 @@ ...@@ -102,6 +113,23 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
.d-box {
display: flex;
justify-content: space-between;
// padding: 0 20rpx;
font-size: 32rpx;
font-weight: 600;
.d-header {
text-align: center;
font-size: 26rpx;
}
.d-td {
align-items: center;
padding: 5rpx 10rpx;
}
}
.concent-title{ .concent-title{
width: 223px; width: 223px;
height: 40px; height: 40px;
......
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