From 326aa6b3effaccc71cfe0775d47b0f29eb3695a6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 25 八月 2024 00:36:40 +0800 Subject: [PATCH] 2024-08-25 --- src/menu/picturecontroller/index.jsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/menu/picturecontroller/index.jsx b/src/menu/picturecontroller/index.jsx index 34ffe8a..a8633f1 100644 --- a/src/menu/picturecontroller/index.jsx +++ b/src/menu/picturecontroller/index.jsx @@ -161,7 +161,7 @@ } deleteSource = (item) => { - const _this = this + const that = this confirm({ title: '纭畾鍒犻櫎鍚楋紵', @@ -181,14 +181,14 @@ if (res.status) { if (item.typecharone === 'image') { window.GLOB.app_pictures = res.data || [] - _this.resetPicture(res.data || []) + that.resetPicture(res.data || []) } else if (item.typecharone === 'video') { window.GLOB.app_videos = res.data || [] - _this.resetVideo(res.data || []) + that.resetVideo(res.data || []) } else if (item.typecharone === 'color') { window.GLOB.app_colors = res.data || [] sessionStorage.setItem('app_colors', JSON.stringify(res.data || [])) - _this.resetColor(res.data || []) + that.resetColor(res.data || []) } } else { notification.warning({ -- Gitblit v1.8.0