From 30f4204ca6fb295d0f3d9cae41fbb4e62321beb4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 05 Dec 2023 10:03:37 +0800
Subject: [PATCH] 处理按钮显示

---
 src/components/mobileWindow/index.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/components/mobileWindow/index.vue b/src/components/mobileWindow/index.vue
index 9f34ff4..239a65b 100644
--- a/src/components/mobileWindow/index.vue
+++ b/src/components/mobileWindow/index.vue
@@ -323,14 +323,17 @@
             this.title = data.name || '成教楼'
 
             this.$store.dispatch('MSET_GETAUDIOBEGIN', 'notOpen')
+
             this.quzheD = false
             // 数据更改
             //   this.fullscreenLoading = true;
             this.video = '' // 清除视频
             this.seebut = [] // 清除按钮
+
             const queryData = this.query
             this.title = queryData.name
             // 判断是否显示操作按钮
+
             if (queryData.seebut) {
                 this.seebut = queryData.seebut
                 if (queryData.from == '活动') {
@@ -382,6 +385,7 @@
                     return res.name != '图集'
                 })
             }
+
             // 视频
             if (queryData.video) {
                 if (queryData.from == 'labels') {

--
Gitblit v1.9.3