瀏覽代碼

产权交易

rongxin_prod
庞东旭 1 年之前
父節點
當前提交
006e6a3679
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/views/project/projectDetail.vue

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

@@ -555,7 +555,7 @@ export default {
this.timeConfig = response.data[8].configValue; this.timeConfig = response.data[8].configValue;
response.data.map(item =>{ response.data.map(item =>{
if(item.configKey=="cqjy.website.bidInfo"){ if(item.configKey=="cqjy.website.bidInfo"){
this.webConfig += item.configValue
this.webConfig = item.configValue
} }
}) })
}); });


Loading…
取消
儲存