From 9a552e21711626af15ff36b298bcbe4422021f02 Mon Sep 17 00:00:00 2001 From: gerson <1405270578@qq.com> Date: 星期五, 24 一月 2025 10:20:19 +0800 Subject: [PATCH] 完成loading 显示 --- src/views/project/ch/home/component/waterRight/top.vue | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/views/project/ch/home/component/waterRight/top.vue b/src/views/project/ch/home/component/waterRight/top.vue index 02245cf..f976a3f 100644 --- a/src/views/project/ch/home/component/waterRight/top.vue +++ b/src/views/project/ch/home/component/waterRight/top.vue @@ -1,10 +1,10 @@ <template> - <div class="flex items-center"> + <div class="flex items-center mb-8"> <img src="/static/images/logo/logoWithNoName.png" alt="logo" class="layout-logo-medium-img" /> - <p class="set-waterTitle"><strong>WI 姘村姟鏅鸿兘绠″</strong>鏅烘収姘村姟鍔╂墜</p> + <p class="set-waterTitle"><strong>WI 姘村姟鏅鸿兘鍔╂墜</strong>鏅烘収姘村姟鏁版嵁鎸栨帢鑰�</p> </div> - <div class="flex items-center pc-roleList"></div> - <PlayBar v-model="inputValue" @send-click="sendClick" :is-home="true" /> + <!-- <div class="flex items-center pc-roleList"></div> --> + <PlayBar style="width: 760px" v-model="inputValue" @send-click="sendClick" :is-home="true" /> </template> <script setup lang="ts"> @@ -17,14 +17,11 @@ import { handleNormalAuth } from '/@/utils/request'; const emits = defineEmits(['sendClick']); -const inputValue = ref('浣犳槸璋侊紵'); +const inputValue = ref(''); const sendClick = async (cb) => { if (!inputValue.value.trim()) return; - if (!activeSectionAId.value) { - ElMessage.warning('璇烽�夋嫨搴旂敤鍦烘櫙'); - return; - } + if (!handleNormalAuth()) { return; } -- Gitblit v1.9.3