- 分片录音的回调参数isLastFrame不正确?
录音onFrameRecorded 的回调数据isLastFrame不稳定 有时最后一帧会返回false 小程序录音时,设定frameSize后,在回调函数 recorderManager.onFrameRecorded 接收到的isLastFrame不正确。 即使是最后一个分片返回的也是false
2020-05-18 - 分包使用时报错,为什么?
{ "pages": [ "pages/index/index", "pages/index/getPhone", "pages/answerDetail/index", "pages/enrollClass/index",[图片] "pages/analysisDetail/index", "pages/teacherRecruit/index", "pages/index/search/index", "pages/index/feedback/index", "pages/teacherRecruit/filterPage/index", "pages/teacherRecruit/filterPage/result", "pages/exclusiveWeekly/index" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#ffffff", "navigationBarTitleText": "", "navigationBarTextStyle": "black" }, "networkTimeout": { "request": 20000 }, "permission": { "scope.userLocation": { "desc": "奇集需要获取你的位置以便提供更好的内容推荐服务" } }, "plugins": { "chatbot": { "version": "1.1.5", "provider": "wx8c631f7e9f2465e1" } }, "navigateToMiniProgramAppIdList": [ "wx99418b7b5cdcc4d4", "wxfd65f86c2f5acfe5", "wxa2c453d902cdd452", "wxacb0d039490c6049" ], "subPackages": [ { "root": "packageA", "pages": [ "result/index", "components/errTitleBook", "components/questionList", "teacherExplain/index", "teacherExplain/web-view", "specialPractice/index", "specialPractice/specialPracticeDetail", "vipCenter/index", "teacherWiki/index", "teacherWiki/teacherWikiDetail", "downloadCenter/index", "vipCenter/userAgreement", "personalCenter/index", "components/chatRobot" ] }, { "root": "pages", "pages": [ "forExam/index" ] } ] }
2019-12-03 - MPVUE 报错
[图片]
2019-12-03 - 在调用微校chooseschool组件的时候项目持续报错?
VM2836:1 WXMLRT_$gwx:./pages/index/index/components/index$5410[图片] d74a.wxml:template:15:213: Template `headerWrap$dca85784` not found.
2019-09-30 - 我提交的小程序已经好久了,麻烦帮忙快速过审一下?
我提交的小程序已经好久了,麻烦帮忙快速过审一下?
2019-09-20 - input框的聚焦事件
同一个路由,第一次进入会执行一次点击事件来改变自动聚焦为true,然后执行聚焦事件,点击空白失焦,执行失焦事件 第二次进入该页面,同样的操作,竟然会跳过聚焦事件而且自动失焦执行到失焦事件,导致键盘弹起瞬间收回,无法输入 此问题仅在最新微信版本更新后的安卓机存在,ios不存在这个问题
2019-01-09