diff --git a/common/untool.js b/common/untool.js
index 38c3efd..544d9fe 100644
--- a/common/untool.js
+++ b/common/untool.js
@@ -1,7 +1,8 @@
const tabBarUrls = [
- '/pages/tabBar/sending/sending',
- '/pages/tabBar/search/search',
- '/pages/tabBar/mine/mine'
+ '/pages/tabBar/deal/deal',
+ '/pages/tabBar/home/home',
+ '/pages/tabBar/mine/mine',
+ '/pages/tabBar/order/order'
]
const goto = (url, type = 1)=> {
diff --git a/pages.json b/pages.json
index 42417a5..501e7b3 100644
--- a/pages.json
+++ b/pages.json
@@ -16,7 +16,8 @@
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
},
- "pages": [{
+ "pages": [
+ {
"path": "pages/tabBar/home/home",
"style": {
"navigationBarTitleText": "",
@@ -43,6 +44,13 @@
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
+ },
+ {
+ "path": "pages/login/login",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle":"custom"
+ }
}
],
"subPackages": [{
diff --git a/pages/login/login.vue b/pages/login/login.vue
new file mode 100644
index 0000000..42cb8b1
--- /dev/null
+++ b/pages/login/login.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 登录
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/tabBar/deal/deal.vue b/pages/tabBar/deal/deal.vue
index 94f40c0..684de7b 100644
--- a/pages/tabBar/deal/deal.vue
+++ b/pages/tabBar/deal/deal.vue
@@ -174,5 +174,5 @@
diff --git a/pages/tabBar/home/home.vue b/pages/tabBar/home/home.vue
index 4286fda..40442f6 100644
--- a/pages/tabBar/home/home.vue
+++ b/pages/tabBar/home/home.vue
@@ -9,7 +9,7 @@
-
+
@@ -92,6 +92,7 @@
diff --git a/pages/tabBar/order/order.vue b/pages/tabBar/order/order.vue
index 7e2a5c1..2403118 100644
--- a/pages/tabBar/order/order.vue
+++ b/pages/tabBar/order/order.vue
@@ -388,5 +388,5 @@
diff --git a/static/images/login/bg.png b/static/images/login/bg.png
new file mode 100644
index 0000000..3c7265a
Binary files /dev/null and b/static/images/login/bg.png differ
diff --git a/static/images/logo.png b/static/images/logo.png
new file mode 100644
index 0000000..e70fef6
Binary files /dev/null and b/static/images/logo.png differ