获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- studentVerify学生认证组件找不到是为什么?
项目环境ts+taro+vite 已开通学生认证组件 [图片] [图片] appid:wx174b994655989518 app.config.ts plugins: { "studentVerify": { version: "latest", provider: "wxa16657d57059e0f0", }, }, page.config.ts usingComponents: { "studentverify": "plugin://studentVerify/verify" } taro编译时提示 找不到页面 pages/mine/index 依赖的自定义组件:C:\Work\MyTest\MiniProgram\toto_client\src\pages\mine\plugin:\studentVerify\verify 运行跳转到界面时提示: WXMLRT_$gwx_XC_2:./base.wxml:template:194:18: Template `tmpl_0_studentverify` not found.
04-29 - wx.getLocation、wx.onLocationChange申请不通过,是什么原因?
申请材料: [图片][图片][图片] 申请理由: 因当前业务涉及上门服务,当服务者上门服务时,顾客需要知道服务者的实时位置,以便估算上门时间,服务者需要知道当前位置距离目的地还有多远,以及导航路线等等,故申请 wx.getLocation接口,用于实时获取服务者当前位置,速度等。
03-30