21
This commit is contained in:
parent
5f3c21170e
commit
bb76ad9cc7
|
|
@ -173,6 +173,13 @@ class BasePlatform {
|
||||||
icon: 'my/s7.png',
|
icon: 'my/s7.png',
|
||||||
// path: '/pages/guize/guize?type=4',
|
// path: '/pages/guize/guize?type=4',
|
||||||
handler: this.getUserAgreement.bind(this)
|
handler: this.getUserAgreement.bind(this)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 9,
|
||||||
|
show: true,
|
||||||
|
title: '隐私协议',
|
||||||
|
icon: 'my/s7.png',
|
||||||
|
handler: this.getPrivacyAgreement.bind(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user