浏览代码

产权交易问题修改

rongxin_prod
庞东旭 1年前
父节点
当前提交
4a6d23a9fa
共有 1 个文件被更改,包括 6 次插入8 次删除
  1. +6
    -8
      src/views/project/projectDetail.vue

+ 6
- 8
src/views/project/projectDetail.vue 查看文件

@@ -459,8 +459,6 @@ export default {
})
})
})


});
getWebConfig().then(response =>{
this.timeConfig = response.data[8].configValue;
@@ -608,9 +606,9 @@ export default {
clearInterval(this.timer);
// _this.reload()
_this.getBidding();
if (_this.detail.delayPeriod != 0){
_this.time = null;
}
// if (_this.detail.delayPeriod != 0){
// _this.time = null;
// }
if (_this.detail.biddingType=='自由竞价'||_this.detail.biddingType=='公开竞价'){
_this.price = null;
}else{
@@ -724,9 +722,9 @@ export default {
clearInterval(this.timer);
// _this.reload()
_this.getBidding();
if (_this.detail.delayPeriod != 0){
_this.time = null;
}
// if (_this.detail.delayPeriod != 0){
// _this.time = null;
// }
if (_this.detail.biddingType=='自由竞价'||_this.detail.biddingType=='公开竞价'){
_this.price = null;
}else{


正在加载...
取消
保存