共力团队数据

This commit is contained in:
唐明明
2022-06-11 16:30:35 +08:00
parent a885cc5f2e
commit abc013b006
5 changed files with 6262 additions and 6213 deletions

View File

@@ -37,14 +37,15 @@
<view class="team-list-header-item">{{tabsType === 'supplier' ? '业绩': '注册时间'}}</view>
</view>
<block v-if="users.length > 0">
<view class="team-list-flex" v-for="(item, index) in 10" :key="index">
<view class="team-list-flex" v-for="(item, index) in users" :key="index">
<view class="team-list-flex-item user">
<image class="user-cover" src="" mode="aspectFill"></image>
<view class="user-nickname">唐明明</view>
<image class="user-cover" :src="item.avatar || ''" mode="aspectFill"></image>
<view class="user-nickname nowrap">{{item.nickname}}</view>
</view>
<view class="team-list-flex-item number">182****0131</view>
<view class="team-list-flex-item number">2022/06/09</view>
<view class="team-list-flex-item number nowrap">{{item.username}}</view>
<view class="team-list-flex-item number nowrap">{{item.created_at}}</view>
</view>
</block>
<block v-else>
<view class="vertical pages-empty">
@@ -83,7 +84,7 @@
};
},
created() {
this.getRelations()
},
methods: {
// 共力团队

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -20028,11 +20028,11 @@ var render = function() {
1
),
_vm._$g(26, "i")
? _vm._l(10, function(item, index, $20, $30) {
? _vm._l(_vm._$g(27, "f"), function(item, index, $20, $30) {
return _c(
"uni-view",
{
key: index,
key: item,
staticClass: _vm._$g("27-" + $30, "sc"),
attrs: { _i: "27-" + $30 }
},
@@ -20047,7 +20047,7 @@ var render = function() {
_c("v-uni-image", {
staticClass: _vm._$g("29-" + $30, "sc"),
attrs: {
src: "",
src: _vm._$g("29-" + $30, "a-src"),
mode: "aspectFill",
_i: "29-" + $30
}
@@ -20058,7 +20058,7 @@ var render = function() {
staticClass: _vm._$g("30-" + $30, "sc"),
attrs: { _i: "30-" + $30 }
},
[_vm._v("唐明明")]
[_vm._v(_vm._$g("30-" + $30, "t0-0"))]
)
],
1
@@ -20069,7 +20069,7 @@ var render = function() {
staticClass: _vm._$g("31-" + $30, "sc"),
attrs: { _i: "31-" + $30 }
},
[_vm._v("182****0131")]
[_vm._v(_vm._$g("31-" + $30, "t0-0"))]
),
_c(
"uni-view",
@@ -20077,7 +20077,7 @@ var render = function() {
staticClass: _vm._$g("32-" + $30, "sc"),
attrs: { _i: "32-" + $30 }
},
[_vm._v("2022/06/09")]
[_vm._v(_vm._$g("32-" + $30, "t0-0"))]
)
],
1

File diff suppressed because one or more lines are too long