瀏覽代碼

fix: 修复字段错误问题

zhangyuhan 1 年之前
父節點
當前提交
27e4cb4bf2
共有 1 個文件被更改,包括 2 次插入2 次删除
  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