Explorar o código

fix: 修复字段错误问题

zhangyuhan hai 1 ano
pai
achega
27e4cb4bf2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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