MrShi
2026-04-29 275596fc999e12e2b6f2f0ea1a0ddcc9efdc6567
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) {