From 3559320840d174a2360b2efab70465698bb9a92d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 08 八月 2023 10:34:58 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/tabviews/custom/components/share/tabtransfer/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/custom/components/share/tabtransfer/index.jsx b/src/tabviews/custom/components/share/tabtransfer/index.jsx
index 9157f43..acda596 100644
--- a/src/tabviews/custom/components/share/tabtransfer/index.jsx
+++ b/src/tabviews/custom/components/share/tabtransfer/index.jsx
@@ -129,7 +129,7 @@
 
     if (config.$cache && config.$time) {
       Api.getLCacheConfig(params[0].uuid, config.$time).then(res => {
-        if (!res) {
+        if (!res.valid) {
           this.getMainData(param, params, config.uuid)
         }
       })

--
Gitblit v1.8.0