diff --git a/pages.json b/pages.json
index 4a84a09..42417a5 100644
--- a/pages.json
+++ b/pages.json
@@ -20,46 +20,28 @@
"path": "pages/tabBar/home/home",
"style": {
"navigationBarTitleText": "",
- "navigationStyle":"custom",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue534",
- "fontSize": "24px",
- "color": "#FFFFFF"
- }]
- }
- }
+ "navigationStyle":"custom"
}
},
{
- "path": "pages/tabBar/search/search",
+ "path": "pages/tabBar/order/order",
"style": {
- "navigationBarTitleText": "查件",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue534",
- "fontSize": "24px",
- "color": "#FFFFFF"
- }]
- }
- }
+ "navigationBarTitleText": "",
+ "navigationStyle":"custom"
+ }
+ },
+ {
+ "path": "pages/tabBar/deal/deal",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle":"custom"
}
},
{
"path": "pages/tabBar/mine/mine",
"style": {
- "navigationBarTitleText": "我的",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue534",
- "fontSize": "24px",
- "color": "#FFFFFF"
- }]
- }
- }
+ "navigationBarTitleText": "",
+ "navigationStyle":"custom"
}
}
],
@@ -87,9 +69,9 @@
}],
"globalStyle": {
"pageOrientation": "portrait",
- "navigationBarTitleText": "Hello uniapp",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#B12D29",
+ "navigationBarTitleText": "探路物流",
+ "navigationBarTextStyle": "black",
+ "navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff",
"backgroundColorTop": "#F4F5F6",
"backgroundColorBottom": "#F4F5F6",
@@ -117,13 +99,13 @@
"text": "首页"
},
{
- "pagePath": "pages/tabBar/search/search",
+ "pagePath": "pages/tabBar/order/order",
"iconPath": "static/dingdan.png",
"selectedIconPath": "static/dingdanSLT.png",
"text": "订单"
},
{
- "pagePath": "pages/tabBar/search/search",
+ "pagePath": "pages/tabBar/deal/deal",
"iconPath": "static/caozuo.png",
"selectedIconPath": "static/caozuoSLT.png",
"text": "操作"
diff --git a/pages/tabBar/deal/deal.vue b/pages/tabBar/deal/deal.vue
new file mode 100644
index 0000000..94f40c0
--- /dev/null
+++ b/pages/tabBar/deal/deal.vue
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+
+
+
+
diff --git a/pages/tabBar/search/search.vue b/pages/tabBar/order/order.vue
similarity index 100%
rename from pages/tabBar/search/search.vue
rename to pages/tabBar/order/order.vue
diff --git a/static/caozuo.png b/static/caozuo.png
index 00de318..a562ef5 100644
Binary files a/static/caozuo.png and b/static/caozuo.png differ
diff --git a/static/caozuoSLT.png b/static/caozuoSLT.png
index 00de318..1474d34 100644
Binary files a/static/caozuoSLT.png and b/static/caozuoSLT.png differ
diff --git a/static/dingdan.png b/static/dingdan.png
index e73966f..ea568a1 100644
Binary files a/static/dingdan.png and b/static/dingdan.png differ
diff --git a/static/dingdanSLT.png b/static/dingdanSLT.png
index e73966f..fc8b5ce 100644
Binary files a/static/dingdanSLT.png and b/static/dingdanSLT.png differ
diff --git a/static/shouy.png b/static/shouy.png
index b49e612..2d76c0b 100644
Binary files a/static/shouy.png and b/static/shouy.png differ
diff --git a/static/shouySLT.png b/static/shouySLT.png
index b49e612..673b409 100644
Binary files a/static/shouySLT.png and b/static/shouySLT.png differ
diff --git a/static/wode.png b/static/wode.png
index 78c1a48..3b807af 100644
Binary files a/static/wode.png and b/static/wode.png differ
diff --git a/static/wodeSLT.png b/static/wodeSLT.png
index 78c1a48..1631efa 100644
Binary files a/static/wodeSLT.png and b/static/wodeSLT.png differ
diff --git a/windows/left-window.vue b/windows/left-window.vue
index d0644b8..d2dc970 100644
--- a/windows/left-window.vue
+++ b/windows/left-window.vue
@@ -11,7 +11,8 @@