调整分享,创建资料等bug

This commit is contained in:
唐明明
2022-12-30 16:01:07 +08:00
parent 2a851d47b2
commit 893a8012be
11 changed files with 201 additions and 44 deletions

View File

@@ -2,7 +2,7 @@
<view class="content">
<view class="header">
客户列表
<text>{{count.all}}客户</text>
<text>{{count.one}}</text>
</view>
<block v-if="users.length > 0">
<view class="team-item" v-for="(item, index) in users" :key="index">
@@ -44,6 +44,7 @@
relations({
larer: 1
}).then(res => {
console.log(res)
let { users, count } = res;
this.users = users.data
this.count = count