23年了,还没解呢
scroll-view组件自定义下拉刷新与enhanced增强特性冲突开启自定义下拉刷新refresher-enabled和增强特性enhanced会导致scroll-view视图区下面多一大节空白的区域,开发工具、安卓上未复现问题,苹果上有问题。 [图片]
2023-08-25我这也遇到同问题。
【紧急BUG望关注】new Date().getTime()获取到的是昨天的时间?今早上开始,陆续接到用户反馈,前端系统时间展示不对。经排查,new Date().getTime()获取到的居然是昨天的时间。但这个问题是偶现的,目前不清楚复现条件。目前只知道,这些用户手机系统时间是正确的,但是小程序里是错误的,他们都是ios用户。望官方排查。 其他用户今天早上也反馈了类似问题:https://developers.weixin.qq.com/community/develop/doc/000a6ecbc88ca80747af7fe3158400
2023-04-27我也遇到了,请问解决了吗
downloadFile:fail file data is empty?下载视频文件总是提示 上述报错,地址明明是可以看到视频的,这是奇怪,真机调试如如[图片] https://aweme.snssdk.com/aweme/v1/play/?video_id=v0d00fg10000c1jbudh60pmn53jmp930&ratio=720p&line=0
2022-01-08你可以接入微信自己的人脸识别
公司OA系统或业务处理系统的移动审批等功能适合在小程序端实现吗?如题: 1、小程序是否有移动办公场景的使用定位? 2、较之APP,安全性如何? 3、app可以指纹、手势登录,对于频繁需要登录的移动办公场景,小程序如何实现快捷登录呢? 以上,请大家多指教,谢谢。
2021-12-15还没实现吗,我看了下大概几种方式 1.h5,但是需要客户进行下单(我们是后台下单) 2.生成二维码,发送短信给乘客,保存下来。到微信进行支付 3.我们有小程序。跳小程序页面(url_link) 4.等微信支持😄
如何在短信中唤起微信支付?由于业务原因,我们公司每月会有催收短信发送给客户手机上。想通过短信内包含一条缴费链接,用户可以通过链接进入微信缴费或者查询。 请问是否支持?
2021-08-16为什么我只接受到了success
第三方平台,未收到微信服务器推送的验证票据(component_verify_ticket)?[图片] APPID: wx58f9cff75692ed63 URL:http://xiaoxibao.isv-dev.youzan.com/authorization/event/reception/wx/authorize/msg/receive
2021-08-12顺便说下我这个是需要jenkins打包的,不依赖开发者工具
miniprogram-ci进行代码上传报超过2MB代码限制,使用上传压缩的配置不生效?// 代码上传、、、提示过大 20003 Error: {"errCode":-1,"errMsg":"inner test source fail with errcode: 80200, errmsg: main package source size 2223KB exceed max limit 2MB"} miniprogram-ci的版本号 (1.0.94和1.2.3【当时的最新版本】版本都试过了不行) 入参 const project = new miniprogramCI.Project({ appid: wxConfig.appid, type: 'miniProgram', projectPath, privateKeyPath, ignores: ['node_modules/**/*'], }) const uploadResult = await miniprogramCI.upload({ project, version: inputArgvs.buildInfo.version, desc: inputArgvs.buildInfo.desc, setting: { // 这些参数写不写 都提示我一样的过大 超过2mb es6: true, es7: true, minifyJS: true, minifyWXML: true, minifyWXSS: true, minify: true, // todo: 其他配置 }, onProgressUpdate: console.log, }) node版本 14.15.1 提供开发者工具的代码编译选项 [图片] 开发者工具版本号 稳定版 [图片] 开发者工具打包后的大小 [图片] 上图是开发者工具中统计的包大小,在使用miniprogram-ci工具情况下,运行会报“main package source size 2223KB exceed max limit 2MB” 所以是miniprogram-ci工具存在问题吗
2021-05-24setting: { es6: true, es7: true, minifyJS: true, minifyWXML: true, minifyWXSS: true, minify: true, // todo: 其他配置 }, 我加了,打包没变化啊。你们都好使吗
使用miniprogram-cli进行预览报超过2MB代码限制,设置了上传压缩的配置不生效?设置如下:ci.preview({ project, setting: { es6: true, minified: true } 提示如下:Error: {"errCode":-1,"errMsg":"inner test source fail with errcode: -80051, errmsg: source size 2509KB exceed max limit 2MB"} 目前小程序还未使用分包,之前是使用开发者工具的上传前压缩代码功能,现在使用miniprogram-ci则会提示超出限制,请问现在是不支持代码压缩吗,后续大概什么时候支持呢?还有就是使用分包是否能解决此问题?
2021-05-24你现在解决这个问题了吗,我也遇到了
ci命令行上传是否能检测到分包?ci命令行上传是否能检测到分包? 1、代码已分包,分包路径在app.json中有体现 2、使用开发者工具上传能成功上传代码 3、使用CI命令行上传代码失败,提示如下: Error: {"errCode":-1,"errMsg":"inner upload fail with errcode: 80200, errmsg: main package source size 2741KB exceed max limit 2MB"}
2021-05-24我把ip白名单开关管了,也上传不上去 [图片] "errCode":-10008,"errMsg":"invalid ip: 120.79.95.110, reference: https://developers.weixin.qq.com/mi
miniprogram-ci 20003 errCode:-10008 ?20003 Error: {"errCode":-10008,"errMsg":"invalid ip: 121.*.**.**, reference: https://developers.weixin.qq.com/miniprogram/dev/devtools/ci.html"} (node:11192) UnhandledPromiseRejectionWarning: Error: Error: {"errCode":-10008,"errMsg":"invalid ip: 121.*.**.**, reference: https://developers.weixin.qq.com/miniprogram/dev/devtools/ci.html"} at upload (/www/wwwroot/hg.feisu.pro/wxapp/node_modules/miniprogram-ci/dist/upload/upload.js:1:3899) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async Object.upload (/www/wwwroot/hg.feisu.pro/wxapp/node_modules/miniprogram-ci/dist/utils/report.js:1:1409) at async /www/wwwroot/hg.feisu.pro/wxapp/upload.js:10:24 (node:11192) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:11192) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
2021-05-12