ソースを参照

产权交易

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({


読み込み中…
キャンセル
保存