|
@@ -1040,9 +1040,9 @@ var vNode = {
|
|
|
onSearch () {
|
|
|
if (!this.winnerVal && !this.buyerVal) return
|
|
|
if (this.winnerVal && this.buyerVal) {
|
|
|
- this.getProjectDetail(2, this.winnerVal, this.buyerVal)
|
|
|
+ this.getProjectDetail(0, this.winnerVal, this.buyerVal)
|
|
|
} else {
|
|
|
- this.getProjectDetail(1, this.winnerVal, this.buyerVal)
|
|
|
+ this.getProjectDetail(0, this.winnerVal, this.buyerVal)
|
|
|
}
|
|
|
},
|
|
|
// 跳转其他项目明细页面
|