From 51c5992bdb5f7b8e988787fed7a883a18f71433e Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期日, 02 七月 2023 18:13:57 +0800
Subject: [PATCH] 第一次提交

---
 src/pages/show/showIndex/TimesLogs.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/pages/show/showIndex/TimesLogs.vue b/src/pages/show/showIndex/TimesLogs.vue
index a518015..a64e821 100644
--- a/src/pages/show/showIndex/TimesLogs.vue
+++ b/src/pages/show/showIndex/TimesLogs.vue
@@ -113,6 +113,7 @@
 
 <script>
     import {animateShanFlash} from '@/utils/animateShanFlash'
+    import {getWarn} from '@/api/daping'
     export default {
         name: "TimesLogs",
         data() {
@@ -152,6 +153,11 @@
             this.loading()
         },
         methods: {
+          getWarn(){
+            getWarn().then(res => {
+              res.data;
+            })
+          },
             loading() {
                 const tl = this.gsap.timeline({defaults: {duration: 0.8}})
                 animateShanFlash('.zhuangshi span',{

--
Gitblit v1.9.1