diff --git a/App.vue b/App.vue
index 4742415..35e8216 100644
--- a/App.vue
+++ b/App.vue
@@ -75,6 +75,11 @@
transition: all 0.2s ease;
}
+ .topbar {
+ background-color: $uni-color-error;
+ height: 176rpx;
+ }
+
//占位 空符
.extra-space {
height: 156rpx;
diff --git a/components/cartBut/cartBut.vue b/components/cartBut/cartBut.vue
index 79867b7..843c31b 100644
--- a/components/cartBut/cartBut.vue
+++ b/components/cartBut/cartBut.vue
@@ -28,16 +28,68 @@
-
\ No newline at end of file
diff --git a/pages/shop/list.vue b/pages/shop/list.vue
index 0043c2e..7781886 100644
--- a/pages/shop/list.vue
+++ b/pages/shop/list.vue
@@ -1,10 +1,16 @@
-
+
+
+
+
+ 搜一搜你想吃的餐品
+
+
@@ -61,33 +67,7 @@
-
-
-
-
-
- 未选购餐品
-
-
-
-
-
-
-
-
- ¥{{total | formatPrice}}
- 还差¥{{minimumOrderDifference | formatPrice}}起送
-
-
-
- 选好了
- Order
-
-
-
-
+
@@ -95,9 +75,7 @@
\ No newline at end of file
diff --git a/pages/shop/search.vue b/pages/shop/search.vue
new file mode 100644
index 0000000..d9145bd
--- /dev/null
+++ b/pages/shop/search.vue
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file