From d838a14669a12719682485e91d60b3002bd7628a Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Sat, 16 Aug 2025 15:28:26 +0800
Subject: [PATCH] =?UTF-8?q?agent0.2=20=E6=B7=BB=E5=8A=A0=E8=BF=94=E5=9B=9E?=
=?UTF-8?q?=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../custom-nav-bar3/custom-nav-bar3.vue | 91 +++++++++++++++
enum/commonEnum.js | 1 +
pages/agents/agents.vue | 110 +-----------------
3 files changed, 95 insertions(+), 107 deletions(-)
create mode 100644 components/custom-nav-bar3/custom-nav-bar3.vue
diff --git a/components/custom-nav-bar3/custom-nav-bar3.vue b/components/custom-nav-bar3/custom-nav-bar3.vue
new file mode 100644
index 0000000..6d8e6b5
--- /dev/null
+++ b/components/custom-nav-bar3/custom-nav-bar3.vue
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+
+ {{ title }}
+
+
+
+
+
+
+
+
diff --git a/enum/commonEnum.js b/enum/commonEnum.js
index c37093f..40ed64f 100644
--- a/enum/commonEnum.js
+++ b/enum/commonEnum.js
@@ -24,5 +24,6 @@ export const commonEnum = {
GIFT: 'https://api.ccttiot.com/image-1755071830648.png',
//业务代理
AGENT: 'https://api.ccttiot.com/image-1755327024599.png',
+ BACK: 'https://api.ccttiot.com/image-1755328282735.png', //返回
}
export default commonEnum
diff --git a/pages/agents/agents.vue b/pages/agents/agents.vue
index 68c25e3..95ffc46 100644
--- a/pages/agents/agents.vue
+++ b/pages/agents/agents.vue
@@ -1,7 +1,7 @@
-
+
@@ -9,111 +9,7 @@
-
-
-
-
-
-
- 姓名
-
-
-
-
-
- 手机号
-
-
-
-
-
- 地址
-
- {{ formData.address || '选择收货地址' }}
-
- 📍
-
-
-
-
-
-
-
-
-
- {{ currentLocation.address }}
-
-
-
-
-
-
- 需要定位权限
-
-
-
-
-
-
-
- 详细位置
-
-
-
-
-
- 租赁设备
-
- {{ formData.equipment || '选择设备类型' }}
- >
-
-
-
-
-
- 租赁周期
-
- {{ formData.period || '1年' }}
- >
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 租金
- ¥{{ totalAmount }}
-
-
-
-
+
@@ -306,7 +202,7 @@ export default {
// 主要内容区域
.main-content {
position: relative;
- top: -220rpx;
+ top: -34rpx;
background: #ffffff;
border-radius: 40rpx 40rpx 0 0;
margin: 0 30rpx;