diff --git a/src/App.vue b/src/App.vue
index a600aa2..1f8e20c 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -114,4 +114,22 @@ export default {
color: #ffffff;
}
}
+// 底部固定按钮
+.common-bottom-components {
+ z-index: 20;
+ position: fixed;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ max-width: 750px;
+ width: 100%;
+ height: 100rpx;
+ margin: 0 auto;
+ box-sizing: border-box;
+ padding: 0 40rpx;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ background-color: #ffffff;
+}
diff --git a/src/components/get/action.vue b/src/components/get/action.vue
index 7219c64..3d52b7f 100644
--- a/src/components/get/action.vue
+++ b/src/components/get/action.vue
@@ -1,12 +1,21 @@
-
+
+
+ 立即抢单
+
+
+ 立即报价
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/components/order/item.vue b/src/components/order/item.vue
new file mode 100644
index 0000000..45058c3
--- /dev/null
+++ b/src/components/order/item.vue
@@ -0,0 +1,124 @@
+
+
+
+ {{ order.username }}-{{ order.cate }}
+
+ 详情
+
+
+
+
+
+ {{ order.createTime }}
+
+
+ 订单编号:
+ {{ order.orderId }}
+
+
+ 服务分类:
+ {{ order.cate }}
+
+
+ 需求内容:
+ {{ order.content }}
+
+
+ 下单时间:
+ {{ order.createTime }}
+
+
+ 服务时间:
+ {{ order.serviceTime }}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/get/index.vue b/src/pages/get/index.vue
index b972c01..2560b57 100644
--- a/src/pages/get/index.vue
+++ b/src/pages/get/index.vue
@@ -20,36 +20,44 @@
-
-
- {{ v.username }}-{{ v.cate }}
-
- 详情
-
+
+
+
+ ¥ 306.00
+
-
+
+
+
+
+ 接单设置
+
+
+
+ 刷新列表
+
+
+ 开始报价