| | |
| | | }, |
| | | checked: { |
| | | type: Boolean, |
| | | default: true |
| | | default: false |
| | | }, |
| | | closeOnMask: { |
| | | type: Boolean, |
| | |
| | | }, |
| | | 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) { |
| | |
| | | this.$store.commit('setUserInfo', res.data.member) |
| | | this.$store.commit('setToken', res.data.token) |
| | | this.$emit('close') |
| | | this.$emit('success') |
| | | } |
| | | }) |
| | | } |