- uniapp开发的小程序,H5端正常,小程序页面打开的部分页面报错wx://not-found ?
{ "navigationBarTitleText": "考场列表", "navigationStyle": "custom", "usingComponents": { "uv-notice-bar": "../../uni_modules/uv-notice-bar/components/uv-notice-bar/uv-notice-bar", "uv-divider": "../../uni_modules/uv-divider/components/uv-divider/uv-divider", "uv-icon": "../../uni_modules/uv-icon/components/uv-icon/uv-icon", "uv-textarea": "../../uni_modules/uv-textarea/components/uv-textarea/uv-textarea", "uv-button": "../../uni_modules/uv-button/components/uv-button/uv-button", "uv-popup": "../../uni_modules/uv-popup/components/uv-popup/uv-popup", "exam-card": "../../components/examCard", "layout": "../../components/Layout" } } 可以看到页面有路径,开发者工具里目录也是正常的:[图片] [图片] 修改过绝对路径、也用过@/的方式直接页面报错说找不到组件;不清楚为什么会有这个提醒。之前提醒过:引用的组件找不到目录,现在直接是:wx://
03-21 - https://api.weixin.qq.com/cgi-bin/token?grant_type
https://api.weixin.qq.com/cgi-bin/token?grant_type/cgi-bin/token?grant_type=client_credential&appid=${APP_ID}&secret=${APP_SECRET}` 我在正式版里用组件获取手机号码,调用这个拿到信息可以用吗?还是说在这个只能用于测试?
2024-11-14 - 小程序属于民宿类,应公安系统要求需提供入住者身份证信息,小程序有该功能提交后被拒,我应该怎么做?
拒绝原因:小程序页面功能涉及:人脸识别服务,为保障用户敏感隐私身份信息,该服务需申请使用微信原生人脸识别接口后,再提交审核。 我应该怎么做?该接口只可提供身份证ID和姓名。可公安系统需要身份证照片的。若我注明该信息要求。并且在入住成功并退房后系统自动删除该个人隐私类信息。或在上传信息时侯明确的说明,他同意后即可。这样可行吗?
2020-01-13