From 19ac756733be707e2a692e0898104582a0a90ef5 Mon Sep 17 00:00:00 2001
From: 77 <77@77.com>
Date: Sat, 3 Aug 2024 19:23:54 +0800
Subject: [PATCH] 123
---
src/views/cai/anchor/index.vue | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/src/views/cai/anchor/index.vue b/src/views/cai/anchor/index.vue
index 1263e88..7059a20 100644
--- a/src/views/cai/anchor/index.vue
+++ b/src/views/cai/anchor/index.vue
@@ -91,6 +91,16 @@
+
+
+
+
+
{
+ return updateAnchor({ id: row.id, enableGreet: row.enableGreet })
+ }).then(() => {
+ this.$modal.msgSuccess(text + '成功')
+ }).catch(function() {
+ row.enableGreet = row.enableGreet === 1 ? 0 : 1
+ })
+ },
handleOpenVideoStatusChange(row){
let text = row.openVideoStatus === 0 ? '封禁' : '恢复'
this.$confirm('确认要' + text + '[' + row.nickname + ']开启视频吗?', '警告', {