diff --git a/src/api/project/index.js b/src/api/project/index.js
index 1a6a370a..18a51305 100644
--- a/src/api/project/index.js
+++ b/src/api/project/index.js
@@ -45,6 +45,13 @@ export function getBiddingList(id){
method:'get',
})
}
+//竞价记录列表
+export function getBiddingStopTime(id){
+ return request({
+ url:'/transaction/website/outproject/getBiddingStopTime/id/'+id,
+ method:'get',
+ })
+}
export function uploadPic (params) {
return request({
url:'/common/base64Attach',// 替换成您需要上传的接口
diff --git a/src/views/project/projectDetail.vue b/src/views/project/projectDetail.vue
index 50ab7a1e..fcda4d9f 100644
--- a/src/views/project/projectDetail.vue
+++ b/src/views/project/projectDetail.vue
@@ -76,10 +76,10 @@
阶梯价(增减幅度):¥{{ detail.ladderPrice }}
- 延时周期:{{timeConfig}}分钟
+ 延时周期:{{detail.delayPeriod}}秒
- 延时周期说明:竞价的最后{{timeConfig}}分钟内,任意方出价,距结束时间将延长{{timeConfig}}分钟,直至无人出价为止
+ 延时周期说明:竞价的最后{{detail.delayPeriod}}秒内,任意方出价,距结束时间将延长{{detail.delayPeriod}}秒,直至无人出价为止
@@ -247,15 +247,15 @@