diff --git a/components/shopList/index.vue b/components/shopList/index.vue index f067220..99807e0 100644 --- a/components/shopList/index.vue +++ b/components/shopList/index.vue @@ -1,6 +1,6 @@ - - + + - + @@ -114,7 +112,7 @@ padding-bottom: 60rpx; transform: translate3d(0, 100%, 0); transition: all .3s cubic-bezier(.25, .5, .5, .9); - } + } .store_content.on { transform: translate3d(0, 0, 0); } @@ -138,7 +136,7 @@ } .store_content .store-list .mer_logo{ width: 60rpx; - height: 60rpx; + height: 60rpx; margin-right: 20rpx; } form { diff --git a/pages.json b/pages.json index 732621d..9530e27 100644 --- a/pages.json +++ b/pages.json @@ -685,6 +685,12 @@ "navigationBarTitleText": "申请退款" } }, + { + "path": "business/login", + "style": { + "navigationBarTitleText": "登录" + } + }, { "path": "business/index", "style": { @@ -1326,6 +1332,7 @@ } ] }, + { "root": "pages/agent", "name": "agent", @@ -1393,9 +1400,6 @@ "navigationBarTitleText": "立即进货" } } - - - ] }, { diff --git a/pages/admin/business/index.vue b/pages/admin/business/index.vue index 248662f..62533a8 100644 --- a/pages/admin/business/index.vue +++ b/pages/admin/business/index.vue @@ -1,42 +1,24 @@