From 9f9ed9a0e3a964b7be3aed4c47baf40ec2e7c84a Mon Sep 17 00:00:00 2001
From: CQ <8051778+cq-hm@user.noreply.gitee.com>
Date: Thu, 19 Mar 2026 14:19:20 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5uniapp?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
uni-app/src/App.vue | 1 +
.../src/addon/components/diy/group/index.vue | 312 +++++++++---------
uni-app/src/app/api/pay.ts | 3 -
uni-app/src/app/api/system.ts | 19 +-
.../components/diy/form-date-scope/index.vue | 6 +-
.../app/components/diy/form-date/index.vue | 5 +-
uni-app/src/app/pages/auth/index.vue | 36 +-
uni-app/src/app/pages/member/address_edit.vue | 33 +-
uni-app/src/app/pages/member/balance.vue | 50 ++-
uni-app/src/app/pages/member/point_detail.vue | 22 +-
.../src/app/pages/setting/authorization.vue | 38 +++
uni-app/src/components/tabbar/tabbar.vue | 2 +-
uni-app/src/locale/zh-Hans.json | 1 +
uni-app/src/pages.json | 9 +-
14 files changed, 347 insertions(+), 190 deletions(-)
create mode 100644 uni-app/src/app/pages/setting/authorization.vue
diff --git a/uni-app/src/App.vue b/uni-app/src/App.vue
index f5c554ef2..4714bda04 100644
--- a/uni-app/src/App.vue
+++ b/uni-app/src/App.vue
@@ -8,6 +8,7 @@ import useSystemStore from '@/stores/system'
import { useLogin } from '@/hooks/useLogin'
import { useShare } from '@/hooks/useShare'
import { useLocation } from '@/hooks/useLocation'
+
const locationVal = useLocation(true);
onLaunch((data: any) => {
// 添加初始化拦截器
diff --git a/uni-app/src/addon/components/diy/group/index.vue b/uni-app/src/addon/components/diy/group/index.vue
index a1f0afb90..e4ddb8252 100644
--- a/uni-app/src/addon/components/diy/group/index.vue
+++ b/uni-app/src/addon/components/diy/group/index.vue
@@ -1,162 +1,165 @@
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/uni-app/src/components/tabbar/tabbar.vue b/uni-app/src/components/tabbar/tabbar.vue
index c87de0897..16e7d09a0 100644
--- a/uni-app/src/components/tabbar/tabbar.vue
+++ b/uni-app/src/components/tabbar/tabbar.vue
@@ -1,7 +1,7 @@
-
+
diff --git a/uni-app/src/locale/zh-Hans.json b/uni-app/src/locale/zh-Hans.json
index 7e563fa90..8603c45ba 100644
--- a/uni-app/src/locale/zh-Hans.json
+++ b/uni-app/src/locale/zh-Hans.json
@@ -36,6 +36,7 @@
"pages.pay.browser": "支付",
"pages.pay.result": "",
"pages.setting.index": "设置",
+ "pages.setting.authorization": "授权",
"pages.verify.index": "核销台",
"pages.verify.verify": "核销",
"pages.verify.detail": "核销详情",
diff --git a/uni-app/src/pages.json b/uni-app/src/pages.json
index 76c9da79e..c74bc9ba7 100644
--- a/uni-app/src/pages.json
+++ b/uni-app/src/pages.json
@@ -148,6 +148,13 @@
},
"needLogin": true
},
+ {
+ "path": "app/pages/setting/authorization",
+ "style": {
+ "navigationBarTitleText": "%pages.setting.authorization%"
+ },
+ "needLogin": true
+ },
{
"path": "app/pages/webview/index",
"style": {
@@ -216,7 +223,7 @@
],
"subPackages": [
// {{ PAGE_BEGAIN }}
-// {{ PAGE_END }}
+ // {{ PAGE_END }}
{
"root": "app/components",
"pages": []