MrShi
3 天以前 e9a7cddce776382916e975402986144a88899ac5
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) {
@@ -90,6 +90,7 @@
                              this.$store.commit('setUserInfo', res.data.member)
                              this.$store.commit('setToken', res.data.token)
                              this.$emit('close')
                              this.$emit('success')
                           }
                        })
                     }