demo.vue 178 字节
Newer Older
雪洛's avatar
雪洛 已提交
1 2 3 4 5 6
<template>
	<uni-sign-in ref="signIn"></uni-sign-in>
<template>
<script>
	export default {
		methods: {
DCloud_JSON's avatar
DCloud_JSON 已提交
7 8
			signIn() { //签到
				this.$refs.signIn.open()
雪洛's avatar
雪洛 已提交
9 10 11 12
			}
		}
	}
<script>