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) } ];