diff --git a/src/api/cai/user.js b/src/api/cai/user.js
index 8a45c78..c73f394 100644
--- a/src/api/cai/user.js
+++ b/src/api/cai/user.js
@@ -120,6 +120,14 @@ export function userUnBindInvite(userId) {
})
}
+export function userLogout(userId) {
+ return request({
+ url: '/cai/user/logout',
+ method: 'post',
+ data:{id:userId}
+ })
+}
+
// 绑定用户邀请人
export function userBindInvite(userId,inviteUsercode) {
return request({
diff --git a/src/views/cai/anchor/index.vue b/src/views/cai/anchor/index.vue
index fe357d5..f1b323b 100644
--- a/src/views/cai/anchor/index.vue
+++ b/src/views/cai/anchor/index.vue
@@ -17,6 +17,17 @@
@keyup.enter.native="handleQuery"
/>
+
+
+
+
+
搜索
重置
@@ -117,6 +128,11 @@
-->
+
+
+
+
+
@@ -167,7 +183,7 @@