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 + ']开启视频吗?', '警告', {