From a3eb8088bd95efdab39cadbc384d86bf4c6bcf05 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Wed, 6 Mar 2024 15:44:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E5=95=86=E6=88=B7?= =?UTF-8?q?=E5=8F=8A=E9=85=92=E9=81=93=E9=A6=86=E7=99=BB=E5=BD=95=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E4=BF=AE=E6=94=B9=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/shopList/index.vue | 40 ++-- pages.json | 10 +- pages/admin/business/index.vue | 149 ++++---------- pages/admin/business/login.vue | 360 +++++++++++++++++++++++++++++++++ pages/user/index.vue | 15 +- 5 files changed, 435 insertions(+), 139 deletions(-) create mode 100644 pages/admin/business/login.vue 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 @@