feat(miniprogram): 用户协议 + 隐私政策页面,登录需勾选同意
- 新增 legal/user-agreement 和 legal/privacy-policy 页面 - 登录页增加协议勾选复选框(未勾选时拦截登录/绑定) - 协议链接可点击跳转查看全文 - RichText 渲染 HTML 格式协议内容
This commit is contained in:
@@ -19,6 +19,8 @@ export default defineAppConfig({
|
||||
'pages/profile/followups/index',
|
||||
'pages/profile/medication/index',
|
||||
'pages/profile/settings/index',
|
||||
'pages/legal/user-agreement',
|
||||
'pages/legal/privacy-policy',
|
||||
],
|
||||
tabBar: {
|
||||
color: '#94A3B8',
|
||||
|
||||
Reference in New Issue
Block a user