소스 검색

产权交易

rongxin_prod
庞东旭 2 년 전
부모
커밋
e7d5db9462
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/views/project/projectDetail.vue

+ 2
- 2
src/views/project/projectDetail.vue 파일 보기

@@ -497,7 +497,7 @@ export default {
})
return;
}
if (this.detail.biddingDirect == '递减竞价'){
if (this.detail.biddingDirect == '反向竞价'){
// if (this.biddinglistInformation.length<1){
if(this.detail.price<=this.price){
this.$toast({
@@ -573,7 +573,7 @@ export default {
})
},
add(){
if (this.detail.biddingDirect == '递减竞价'){
if (this.detail.biddingDirect == '反向竞价'){
if (this.biddinglistInformation.length<=1){
if(this.detail.price<this.price){
this.$toast({


불러오는 중...
취소
저장