From 50f4f5ca117c4f6eb2c0b467bf2ec78a129f038a Mon Sep 17 00:00:00 2001 From: "3321822538@qq.com" <3321822538@qq.com> Date: Thu, 3 Jul 2025 14:20:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=88=86=E7=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page_user/vr.vue | 36 ++++++++++++++++++++++++++++++++++++ pages.json | 7 +++++++ pages/index/index.vue | 7 +++++++ pages/login/logos.vue | 6 ++---- 4 files changed, 52 insertions(+), 4 deletions(-) create mode 100644 page_user/vr.vue diff --git a/page_user/vr.vue b/page_user/vr.vue new file mode 100644 index 0000000..0a51e39 --- /dev/null +++ b/page_user/vr.vue @@ -0,0 +1,36 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 2099d24..ec69492 100644 --- a/pages.json +++ b/pages.json @@ -83,6 +83,13 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } + },{ + "path": "vr", + "style": { + "navigationBarTitleText": "上传", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } },{ "path": "pingzhuo/cjpinzhuo", "style": { diff --git a/pages/index/index.vue b/pages/index/index.vue index 091c112..f69f9bd 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -10,6 +10,9 @@ 点单 + + VR + @@ -64,6 +67,10 @@ uni.navigateTo({ url:'/page_user/diandan/index' }) + }else if(num == 4){ + uni.navigateTo({ + url:'/page_user/vr' + }) } } else if (res.code == 401) { uni.showModal({ diff --git a/pages/login/logos.vue b/pages/login/logos.vue index 2130516..fb2752b 100644 --- a/pages/login/logos.vue +++ b/pages/login/logos.vue @@ -1,8 +1,6 @@