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