Browse Source

fix: 修复字段错误问题

zhangyuhan 1 year ago
parent
commit
27e4cb4bf2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/web/templates/pc/supsearch.html

+ 2 - 2
src/web/templates/pc/supsearch.html

@@ -4901,7 +4901,7 @@ function checkTagDisabled () {
       },
       // 精准、模糊搜索切换
       selectedSearchItem: function(item) {
-        if (!this.isLogin) {
+        if (!this.islogin) {
           return openLoginDig()
         }
         this.keywordSearchType = item
@@ -4910,7 +4910,7 @@ function checkTagDisabled () {
         beforeSubmit('filter-mode')
       },
       onKeywordCheckbox: function () {
-        if (!this.isLogin) {
+        if (!this.islogin) {
           return openLoginDig()
         }
         this.keywordMult = !this.keywordMult