فهرست منبع

feat: 标讯搜索数据首次搜索筛选条件缓存

cuiyalong 1 سال پیش
والد
کامیت
1230ad0ae0
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      src/web/templates/pc/supsearch.html

+ 3 - 1
src/web/templates/pc/supsearch.html

@@ -4864,7 +4864,9 @@ function checkTagDisabled () {
         // 如果有nostore参数,则不进行默认恢复
         if (getParam('nostore')) return
         if (!window.goTemplateData.inIframe) return
-        if (searchvalue) return
+        if (searchvalue) {
+          return saveFiltersToStorageWithPower()
+        }
         // 尝试取缓存中数据,取不到.则取已存筛选第1项,如果还取不到,则不做任何操作.
         var lastFilters = getFilterFromStorageWithPower()
         if (lastFilters) {