获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
同问
微信学生身份认证uniapp接入无法调用代码截图:[图片] 隐私协议截图:[图片] 页面截图:[图片] 出现问题:点击按钮showStudentVerifyDialog变为true,但是无法调起认证组件。隐私协议已经审核通过
05-07//引入插件 "plugins": { "studentVerify": { "version": "latest", "provider": "wxa16657d57059e0f0" } } //注册组件 "usingComponents": { "studentVerify": "plugin://studentVerify/verify" } //页面引入 <student-verify :show="showStudentVerifyDialog" :isQuick="true"></student-verify> //点击按钮 <button @click="onShowStudentVerify">授权学生身份</button> //使showStudentVerifyDialog为true onShowStudentVerifyDialog() { this.showStudentVerifyDialog = true; }, 无报错,无任何反应
微信学生身份认证插件无法调起?学生认证插件无法调起,申请已通过,插件已添加,插件 AppID: wxa16657d57059e0f0
04-20