From 042ab9539dca1f431d71d62ac83e9d9a5abe9352 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 17 May 2024 18:36:30 +0800
Subject: [PATCH] 增加印度股票以及印度股票账户,打开大宗交易已经新股页面 这里都放出来,增加贷款

---
 src/components/elalert.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/components/elalert.vue b/src/components/elalert.vue
index 0a3c6f5..275f6df 100644
--- a/src/components/elalert.vue
+++ b/src/components/elalert.vue
@@ -1,10 +1,10 @@
 <!--  -->
 <template>
     <div v-if="$store.state.elAlertShow">
-        <el-alert  :closable="closable" :title="$t($store.state.elAlertText)" :type="$store.state.elAlertType" center style="z-index:99999999999999999;position: fixed;top: 0;bottom: 0;margin: auto;">
+        <el-alert  :closable="closable" :title="$store.state.elAlertText" :type="$store.state.elAlertType" center style="z-index:99999999999999999;position: fixed;top: 0;bottom: 0;margin: auto;">
     </el-alert>
     </div>
-
+    
 </template>
 
 <script>
@@ -45,11 +45,11 @@
     },
     //生命周期 - 创建完成(访问当前this实例)
     created() {
-
+        
     },
     //生命周期 - 挂载完成(访问DOM元素)
     mounted() {
-
+        
     },
     methods:{
         //定时调用父组件方法关闭弹窗
@@ -59,7 +59,7 @@
                 this.$emit('closeAlert')
             },2000)
         },
-
+        
     }
 }
 </script>
@@ -73,4 +73,4 @@
     position: absolute;
     top: 50%;
 }
-</style>
+</style>
\ No newline at end of file

--
Gitblit v1.9.3