<studentVerify @auth="onStudentVerifyAuth" @reject="onStudentVerifyReject" @close="onStudentVerifyClose"
:show="showStudentVerifyDialog" :isQuick="true"></studentVerify>
"usingComponents": {
"studentVerify": "plugin://studentVerify/verify"
}
在manifest.josn里配置了 "plugins": {
"studentVerify": {
"version": "latest",
"provider": "wxa16657d57059e0f0"
}
}
uniapp问题建议到uniapp社区提问