<student-verify
ref="saveRef"
shopName=""
shopLink=""
shopLogo=""
onSuccess="verifySuccess"
/>
try{
console.log(this.$refs.saveRef);//调用为 undefined
this.$refs.saveRef.verify(); //报错
}catch{
console.log('组件失败')
}
this.verify();
// await this.$refs.verifySaveRef.verify();
console.log('大学生认证');