调整分享,创建资料等bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user