From 6bd1235e974b886fd5d0c037102e9ebc5d9e2745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Wed, 9 Oct 2024 10:38:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=8D=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 12 + pages/goods/index/index.vue | 76 +- pages/homePage/index/index.vue | 102 +-- pages/user/login/login.vue | 124 +-- pages/user/visitor.vue | 1450 ++++++++++++++++++++++++++++++++ 5 files changed, 1629 insertions(+), 135 deletions(-) create mode 100644 pages/user/visitor.vue diff --git a/pages.json b/pages.json index 68a18e1..8699e5f 100644 --- a/pages.json +++ b/pages.json @@ -23,6 +23,18 @@ } } }, + { + "path": "pages/user/visitor", + "style": { + "navigationBarTitleText": "游客登录", + "enablePullDownRefresh": false, // 禁止下拉刷新, + "app-plus": { + "bounce": "none", + "titleNView": false, + "popGesture": "none" + } + } + }, { "path": "pages/homePage/index/index", "style": { diff --git a/pages/goods/index/index.vue b/pages/goods/index/index.vue index aa75d71..b6adb71 100644 --- a/pages/goods/index/index.vue +++ b/pages/goods/index/index.vue @@ -33,7 +33,7 @@ - +