瀏覽代碼

fix: 修复老用户提示错误

zhangyuhan 3 年之前
父節點
當前提交
ce14b0b5dd
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/web/staticres/common-module/ent-search/ent-search-template.js

+ 3 - 3
src/web/staticres/common-module/ent-search/ent-search-template.js

@@ -2153,11 +2153,11 @@ window.vMainSearchComponent = new Vue({
       this.conditionMap[1][3].disabled = type
       this.conditionMap[1][4].disabled = type
       this.conditionMap[1][5].disabled = type
-      this.conditionMap[1][2].tag = ''
+      this.conditionMap[1][5].tag = ''
 
       if (tempPower.isOld && type) {
-        this.conditionMap[1][2].disabled = false
-        this.conditionMap[1][2].tag = '老用户免费专享'
+        this.conditionMap[1][5].disabled = false
+        this.conditionMap[1][5].tag = '老用户免费专享'
       }
 
       if (utils.isWeiXinBrowser) {