This commit is contained in:
zpc 2026-02-04 22:14:52 +08:00
parent 5f3c21170e
commit bb76ad9cc7

View File

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