- 某场景下,数组中被删除的元素没有删除掉而是变成null,真机出现,真机调试和开发者工具中不出现。
第一步,在“群团长”小程序发布一个活动,发布活动中的选项大于3个 [图片] 第二步,复制第一步发布的活动(进入下面第三张图后先不要点发布活动) [图片][图片][图片] 第三步,在第二部最末界面的基础上点X,删除一个选项,然后点发布活动 [图片] 问题:在第三步点击发布活动后,故障即出现。 如果第二步不点X,则不会出现故障,只有在第二步点X,故障才会出现;该故障在微信开发者工具中,在真机调试中都不会出现,只有在手机上才会出现,我的手机是Android手机;故障的原因是,我是用splice方法删除第二步X掉的选项,实际是没有X掉,而是选项数组中增加了一个null,导致第三步出现的故障。
2022-02-26 - 我的微信小程序在极少数手机上出现一直闪退的情况,内附详细信息,请看下是什么原因?
手机牌子是“1+”手机,闪退的情况出现在我升级版本后,升级版本前,该手机是没有闪退问题的。升级版本的情况: a>,升级版本的原因是我的小程序在电脑上,和部分手机上打不开; b>,升级的内容是修改了project.config.json,修改后在小程序电脑上可以打开,在之前报障的手机上也是可以打开的; 修改前的project.config.json: { "miniprogramRoot": "miniprogram/", "cloudfunctionRoot": "cloudfunctions/", "setting": { "urlCheck": true, "es6": false, "postcss": true, "minified": true, "newFeature": true, "nodeModules": false, "autoAudits": false, "checkInvalidKey": true, "checkSiteMap": false, "uploadWithSourceMap": true, "babelSetting": { "ignore": [], "disablePlugins": [], "outputPath": "" } }, "appid": "wxxxxxxxxxxxxxxxxxxxxx", "projectname": "weixin", "libVersion": "2.8.3", "simulatorType": "wechat", "simulatorPluginLibVersion": {}, "condition": { "search": { "current": -1, "list": [] }, "conversation": { "current": -1, "list": [] }, "plugin": { "current": -1, "list": [] }, "game": { "list": [] }, "miniprogram": { "current": 0, "list": [ { "id": -1, "name": "db guide", "pathName": "pages/databaseGuide/databaseGuide" } ] } } } 修改后的project.config.json: { "miniprogramRoot": "miniprogram/", "cloudfunctionRoot": "cloudfunctions/", "setting": { "urlCheck": true, "es6": true, "postcss": true, "minified": true, "newFeature": true, "enhance": true }, "appid": "wxxxxxxxxxxxxxxxxxxxxx", "projectname": "weixin", "libVersion": "2.11.0", "simulatorType": "wechat", "simulatorPluginLibVersion": {}, "condition": { "search": { "current": -1, "list": [] }, "conversation": { "current": -1, "list": [] }, "plugin": { "current": -1, "list": [] }, "game": { "list": [] }, "miniprogram": { "current": 0, "list": [ { "id": -1, "name": "db guide", "pathName": "pages/databaseGuide/databaseGuide" } ] } } }
2020-05-26 - 我想在用户点击右上角分享按钮的时候,延时1秒后再转发,请问该怎么实现(setTimeOut不好使)?
之前贴吧中有相同的问题,并且也没有结贴,请指教下,应该有很多人都碰到这个问题!! https://developers.weixin.qq.com/community/develop/doc/00046c5af4ce38ba91f69d3a85ec00
2020-05-23 - 我的微信小程序在电脑上打开为空白,在约1%用户的手机上打不开,社区找了很多帖子看了都没有解决,咋办?
我的微信小程序在电脑上打开为空白,在约1%用户的手机上打不开,社区找了很多帖子看了都没有解决,严重影响我的业务开展,求支持 [图片]
2020-05-21 - 很关注此插件,请问此插件有误demo程序?开发文档中的描述不足以支对此插件的引用
需求: 很关注此插件,请问此插件有误demo程序?开发文档中的描述不足以支对此插件的引用
2019-09-12 - 小程序使用插件可以发帖成功,但是下次再发帖时,提示未登录,无法正常发帖了
[图片]
2019-08-10