From 6f00dc31c6e7b2e4f1a42585feb0fccd244d1989 Mon Sep 17 00:00:00 2001
From: aihe <961836564@qq.com>
Date: Fri, 1 Dec 2023 09:03:34 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/uni-nvue.css | 5 +-
components/u-link/u-link.vue | 59 +++++
pages.json | 3 +-
pages/tabBar/mine/mine.vue | 178 ++++++++++++++
pages/tabBar/search/search.vue | 392 ++++++++++++++++++++++++++++++
pages/tabBar/sending/sending.vue | 279 +++++++++++++++++++++
uni.scss | 2 +-
uni_modules/uview-plus/theme.scss | 2 +-
windows/left-window.vue | 6 +-
9 files changed, 918 insertions(+), 8 deletions(-)
create mode 100644 components/u-link/u-link.vue
create mode 100644 pages/tabBar/mine/mine.vue
create mode 100644 pages/tabBar/search/search.vue
create mode 100644 pages/tabBar/sending/sending.vue
diff --git a/common/uni-nvue.css b/common/uni-nvue.css
index 3bdbb83..6863ac9 100644
--- a/common/uni-nvue.css
+++ b/common/uni-nvue.css
@@ -1,8 +1,9 @@
+/* #ifndef APP-PLUS-NVUE */
page {
min-height: 100%;
- height: auto;
- height: 100%;
+ height: auto;
}
+/* #endif */
/* 解决头条小程序字体图标不显示问题,因为头条运行时自动插入了span标签,且有全局字体 */
/* #ifdef MP-TOUTIAO */
diff --git a/components/u-link/u-link.vue b/components/u-link/u-link.vue
new file mode 100644
index 0000000..de56c41
--- /dev/null
+++ b/components/u-link/u-link.vue
@@ -0,0 +1,59 @@
+
+ {{text}}
+
+
+
+
+
diff --git a/pages.json b/pages.json
index 2185cc7..0213899 100644
--- a/pages.json
+++ b/pages.json
@@ -19,7 +19,8 @@
"pages": [{
"path": "pages/tabBar/sending/sending",
"style": {
- "navigationBarTitleText": "探路物流 速运全球",
+ "navigationBarTitleText": "",
+ "navigationStyle":"custom",
"app-plus": {
"bounce": "vertical",
"titleNView": {
diff --git a/pages/tabBar/mine/mine.vue b/pages/tabBar/mine/mine.vue
new file mode 100644
index 0000000..5c78a9d
--- /dev/null
+++ b/pages/tabBar/mine/mine.vue
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+
+
+
+
diff --git a/pages/tabBar/search/search.vue b/pages/tabBar/search/search.vue
new file mode 100644
index 0000000..7774542
--- /dev/null
+++ b/pages/tabBar/search/search.vue
@@ -0,0 +1,392 @@
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}
+ {{item.pages ? '' : ''}}
+
+
+
+ {{item2.name ? item2.name : item2}}
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/tabBar/sending/sending.vue b/pages/tabBar/sending/sending.vue
new file mode 100644
index 0000000..c682ecd
--- /dev/null
+++ b/pages/tabBar/sending/sending.vue
@@ -0,0 +1,279 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{tlItem.title}}
+ {{tlItem.subTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/uni.scss b/uni.scss
index 698feeb..07ae966 100644
--- a/uni.scss
+++ b/uni.scss
@@ -17,7 +17,7 @@
/* 颜色变量 */
/* 行为相关颜色 */
-$uni-color-primary: #007aff;
+$uni-color-primary: #B12D29;
$uni-color-success: #4cd964;
$uni-color-warning: #f0ad4e;
$uni-color-error: #dd524d;
diff --git a/uni_modules/uview-plus/theme.scss b/uni_modules/uview-plus/theme.scss
index 331b30f..5d718f1 100644
--- a/uni_modules/uview-plus/theme.scss
+++ b/uni_modules/uview-plus/theme.scss
@@ -10,7 +10,7 @@ $u-border-color: #dadbde;
$u-bg-color: #f3f4f6;
$u-disabled-color: #c8c9cc;
-$u-primary: #3c9cff;
+$u-primary: #B12D29;
$u-primary-dark: #398ade;
$u-primary-disabled: #9acafc;
$u-primary-light: #ecf5ff;
diff --git a/windows/left-window.vue b/windows/left-window.vue
index f4a888e..6349b2b 100644
--- a/windows/left-window.vue
+++ b/windows/left-window.vue
@@ -9,9 +9,9 @@