From c67f4159bd923b07a092fd33a0436b4d3621250b Mon Sep 17 00:00:00 2001
From: 77 <77@77.com>
Date: Sun, 21 Apr 2024 23:16:00 +0800
Subject: [PATCH] 123
---
src/api/cai/user.js | 8 +++++
src/views/cai/anchor/index.vue | 23 ++++++++++++--
src/views/cai/user/index.vue | 56 +++++++++++++++++++++++++++++++---
3 files changed, 80 insertions(+), 7 deletions(-)
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 @@