From a9823006956dcb13a6223616992549bd739c048d Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期日, 02 七月 2023 19:10:16 +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