From bb76ad9cc740568c1fae65371e5e3042db29f4e3 Mon Sep 17 00:00:00 2001 From: zpc Date: Wed, 4 Feb 2026 22:14:52 +0800 Subject: [PATCH] 21 --- honey_box/common/platform/BasePlatform.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/honey_box/common/platform/BasePlatform.js b/honey_box/common/platform/BasePlatform.js index 6f4648cb..4d3cac0f 100644 --- a/honey_box/common/platform/BasePlatform.js +++ b/honey_box/common/platform/BasePlatform.js @@ -173,6 +173,13 @@ class BasePlatform { icon: 'my/s7.png', // path: '/pages/guize/guize?type=4', handler: this.getUserAgreement.bind(this) + }, + { + id: 9, + show: true, + title: '隐私协议', + icon: 'my/s7.png', + handler: this.getPrivacyAgreement.bind(this) } ];