From 7a0b33a5f2e0ba589bf35a1b8d896700a21f94a4 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 30 四月 2026 16:00:55 +0800
Subject: [PATCH] 支付宝支付dddadd
---
small-program/components/auth-login/auth-login.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/small-program/components/auth-login/auth-login.vue b/small-program/components/auth-login/auth-login.vue
index f4e90d5..3105250 100644
--- a/small-program/components/auth-login/auth-login.vue
+++ b/small-program/components/auth-login/auth-login.vue
@@ -38,7 +38,7 @@
},
checked: {
type: Boolean,
- default: true
+ default: false
},
closeOnMask: {
type: Boolean,
@@ -66,12 +66,12 @@
},
handleServiceclick() {
uni.navigateTo({
- url: '/pages/rich-text/rich-text?type=userAgreement'
+ url: '/pages/rich-text/rich-text?type=0'
})
},
handlePrivacyclick() {
uni.navigateTo({
- url: '/pages/rich-text/rich-text?type=privacyPolicy'
+ url: '/pages/rich-text/rich-text?type=1'
})
},
async handlePhoneLogin(event) {
--
Gitblit v1.9.3