小程序
小游戏
企业微信
微信支付
扫描小程序码分享
学生认证插件无法调起,申请已通过,插件已添加,插件 AppID: wxa16657d57059e0f0
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
可参考该文档 https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/student.html 五、开发文档
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
遇到同样的问题, 请问楼主解决了吗?
//引入插件 "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; }, 无报错,无任何反应
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
可参考该文档 https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/student.html 五、开发文档
遇到同样的问题, 请问楼主解决了吗?
//引入插件 "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; }, 无报错,无任何反应
得这么引入吧, 因为studentVerify会最终编译成student-verify