From c9fdf4ece156fb23b893e0caf2dd9861e5a2736d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com>
Date: Thu, 2 Mar 2023 23:52:24 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=8E=A5=E5=8D=95=E5=A4=A7?=
=?UTF-8?q?=E5=8E=85=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 18 +++++
src/components/get/action.vue | 45 ++++++++++-
src/components/order/item.vue | 124 ++++++++++++++++++++++++++++++
src/pages/get/index.vue | 138 +++++++++++++++++++++++++---------
4 files changed, 286 insertions(+), 39 deletions(-)
create mode 100644 src/components/order/item.vue
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
+
-
+
+
+
+
+ 接单设置
+
+
+
+ 刷新列表
+
+
+ 开始报价