From c3f61d7965e67c23f29c6974b3cb10e4ffda146d Mon Sep 17 00:00:00 2001
From: liudan <18634735655@163.com>
Date: Sun, 16 Jun 2024 10:48:19 +0800
Subject: [PATCH] 1
---
pages/users/wechat_login/index.vue | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
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() {