diff --git a/pages/index/index.css b/pages/index/index.css index 2addac54..d61d1120 100644 --- a/pages/index/index.css +++ b/pages/index/index.css @@ -519,11 +519,11 @@ page { border-radius: 0 0 10rpx 10rpx; box-shadow: 0 5rpx 15rpx rgba(0, 0, 0, 0.1); padding: 20rpx; - position: absolute; + position: relative; z-index: 99; width: 95%; left: 0; - top: 88rpx; + /* top: 88rpx; */ } .dropdown-title { @@ -699,6 +699,10 @@ page { box-sizing: border-box; } +.merchantList2{ + +} + .merchantItem { display: flex; padding-top: 30px; diff --git a/pages/index/index.vue b/pages/index/index.vue index 6bfa1c60..c0c42af4 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -11,44 +11,44 @@ - + -
+ -
+
店铺管理
-
+ -
+
供应商订单
-
+ -
+
物业管理 -
-
+ + -
-
-
+ + {{ word }} -
-
-
-
-
+ + + + + @@ -158,48 +158,48 @@ -
+ -
-
+ + -
-
-
-
+ + + + {{ item.merchant_name }} -
-
+ + {{ item.distances }} -
-
-
-
-
+ + + + + -
-
+ + 买单返物业费 -
-
+ + 买单返积分 -
-
-
+ + + 点评 -
-
-
+ + + {{ item.comAddress }} -
-
-
-
+ + + + 下拉加载后续10条,共计{{ bottomTotal }}条 @@ -242,6 +242,7 @@ export default { }, //2.注册组件 data() { return { + showNav: true, isShowSearch: false, loading: false,