jw-authorize
v1.0.2
Published
小程序授权,获取用户手机号
Downloads
1
Readme
<template>
<jw-authorize ref="authorize" />
</template>
export default {
data() {
return {
}
},
components: {
jwAuthorize
},
methods: {
//打开地址选择器
openAddress() {
this.$refs.authorize.open()
}
}
}