cuiyalong 9 сар өмнө
parent
commit
4f460af193

+ 3 - 5
apps/mobile/src/views/search/result/sun/index.vue

@@ -1367,11 +1367,9 @@ export default {
         this.toggleSearchBlurData.count = ''
         this.toggleSearchBlurData.count = ''
 
 
         if (searchMode === 0) {
         if (searchMode === 0) {
-          // const canAutoToggleBlurMode = count < 1 && blurCount > count
-          // const canShowToggleBlurModeTip =
-          //   count >= 1 && count < 50 && blurCount > count
-          const canAutoToggleBlurMode = count < 1
-          const canShowToggleBlurModeTip = count >= 1 && count < 50
+          const canAutoToggleBlurMode = count < 1 && blurCount > count
+          const canShowToggleBlurModeTip =
+            count >= 1 && count < 50 && blurCount > count
 
 
           if (canShowToggleBlurModeTip) {
           if (canShowToggleBlurModeTip) {
             this.toggleSearchBlurData.show = true
             this.toggleSearchBlurData.show = true