diff --git a/pages/users/wechat_login/index.vue b/pages/users/wechat_login/index.vue index 3111fd2..7a015cb 100644 --- a/pages/users/wechat_login/index.vue +++ b/pages/users/wechat_login/index.vue @@ -42,8 +42,10 @@ 已阅读并同意 - 《用户协议》 - 与《隐私协议》 + + 《用户协议》 + + 与《隐私协议》 @@ -434,6 +436,16 @@ url: "/pages/users/privacy/index?type=" + type }) }, + userAgree(){ + uni.navigateTo({ + url: '/pages/users/user_about/index?from=sys_user_agree' + }) + }, + userPrivacyAgree(){ + uni.navigateTo({ + url: '/pages/users/user_about/index?from=sys_userr_privacy' + }) + }, // #ifdef H5 // 公众号登录 wechatLogin() {