diff --git a/src/api/biddingHall/index.js b/src/api/biddingHall/index.js
new file mode 100644
index 00000000..f4bf8c18
--- /dev/null
+++ b/src/api/biddingHall/index.js
@@ -0,0 +1,18 @@
+import request from '@/utils/request'
+
+//字典 标的物所在地
+export function getDeptList(id) {
+ return request({
+ url: '/transaction/website/deptList' ,
+ method: 'get',
+ params: {deptId:id}
+ })
+}
+//竞价大厅列表
+export function getBiddingList(data){
+ return request({
+ url:'/transaction/website/biddinglist',
+ method:'get',
+ params:data
+ })
+}
diff --git a/src/components/biddingHall/biddingHallApply.vue b/src/components/biddingHall/biddingHallApply.vue
deleted file mode 100644
index cd464732..00000000
--- a/src/components/biddingHall/biddingHallApply.vue
+++ /dev/null
@@ -1,241 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- 竞价流程
-
-
-
-
-
-
-
-
- 第一步
- 查看项目
-
-
-
-
-
- 第二步
- 注册报名
-
-
-
-
-
- 第三步
- 交保证金
-
-
-
-
-
- 第四步
- 资质审核
-
-
-
-
-
- 第五步
- 参与竞价
-
-
-
-
-
- 第六步
- 成家确认
-
-
-
-
-
- 第七步
- 结算交割
-
-
-
-
-
-
-
- {{item.content}}
-
-
-
-
- 距竞价结束{{timeData.days }}天{{timeData.hours}}时{{timeData.minutes}}分{{timeData.seconds}}秒
-
-
- 当前价 {{item.currentPrice}} {{item.priceUnit}}
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/biddingHall/index.vue b/src/views/biddingHall/index.vue
index 6353d2dd..87d6e7b8 100644
--- a/src/views/biddingHall/index.vue
+++ b/src/views/biddingHall/index.vue
@@ -1,21 +1,310 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 竞价流程
+
+
+
+
+
+
+
+
+ 第一步
+ 查看项目
+
+
+
+
+
+ 第二步
+ 注册报名
+
+
+
+
+
+ 第三步
+ 交保证金
+
+
+
+
+
+ 第四步
+ 资质审核
+
+
+
+
+
+ 第五步
+ 参与竞价
+
+
+
+
+
+ 第六步
+ 成家确认
+
+
+
+
+
+ 第七步
+ 结算交割
+
+
+
+
+
+
+
+ {{item.content}}
+
+
+
+
+ 距竞价结束{{timeData.days}}天{{timeData.hours}}时{{timeData.minutes}}分{{timeData.seconds}}秒
+
+
+ 当前价 {{item.currentPrice}} {{item.priceUnit}}
+
+
+
+
+
diff --git a/static/images/11.png b/static/images/11.png
new file mode 100644
index 00000000..3ebc5318
Binary files /dev/null and b/static/images/11.png differ
diff --git a/static/images/22.png b/static/images/22.png
new file mode 100644
index 00000000..e8739be6
Binary files /dev/null and b/static/images/22.png differ
diff --git a/static/images/33.png b/static/images/33.png
new file mode 100644
index 00000000..799c768a
Binary files /dev/null and b/static/images/33.png differ
diff --git a/static/images/44.png b/static/images/44.png
new file mode 100644
index 00000000..97491d7b
Binary files /dev/null and b/static/images/44.png differ
diff --git a/static/images/55.png b/static/images/55.png
new file mode 100644
index 00000000..09bf10b4
Binary files /dev/null and b/static/images/55.png differ
diff --git a/static/images/66.png b/static/images/66.png
new file mode 100644
index 00000000..224ac573
Binary files /dev/null and b/static/images/66.png differ
diff --git a/static/images/77.png b/static/images/77.png
new file mode 100644
index 00000000..053b49ef
Binary files /dev/null and b/static/images/77.png differ