wx.chooseImage(Object object) sizeType: ['original']
camera 拍照返回高清原图 小程序可以实现嘛?camera 拍照返回高清原图 小程序可以实现嘛
2020-08-15发现project.config.json有几处不同,请教看看是不是有关系? // 有问题的项目 { "miniprogramRoot": "miniprogram/", "cloudfunctionRoot": "cloudfunctions/", "setting": { "newFeature": true, "nodeModules": true, …… "condition": { "game": { "list": [] }, } // 没问题的项目(新建项目) { "description": "项目配置文件", "packOptions": { "ignore": [] }, "setting": { "newFeature": false, "nodeModules": false, "compileType": "miniprogram", "debugOptions": { "hidedInDevtools": [] }, "scripts": {}, "isGameTourist": false, "condition": { "game": { "current": -1, "list": [] },
微信开发者工具编译时不会编译JS文件(需手动清除编译缓存)?开发者工具版本号:1.03.2007242 Windows:10 不知道什么时候开始,如果修改了js文件,编译时不会自动编译,需要先手动清除编译缓存后才能正常编译。请帮忙看看如何解决?
2020-07-27mark一下,这两天也是遇到这个问题,每次改js都要清理编译缓存,一旦忘了就在那瞎调试半天
开发工具怎么清理js文件缓存,现在修改js文件保存后编译无效[图片]
2020-07-24