|
@@ -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) {
|