- CI 发布代码失败 get new ticket fail innerCode: -80011?
Error: {"errCode":-1,"errMsg":"get new ticket fail innerCode: -80011"} (node:31594) UnhandledPromiseRejectionWarning: Error: Error: {"errCode":-1,"errMsg":"get new ticket fail innerCode: -80011"} at upload (/Users/Project/greenland/git/gu-taro/node_modules/miniprogram-ci/dist/upload/upload.js:1:3791) at processTicksAndRejections (internal/process/task_queues.js:89:5) (node:31594) 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(). (rejection id: 1) (node:31594) [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. 工具版本为:"miniprogram-ci": "^1.0.76"
2020-09-01 - 微信模板消息无法跳转小程序
[图片] 点击模板消息后进入的是url里指定的h5页面,并未跳转进小程序
2020-08-07 - 播放音频bug
想做一个播放音乐的软件,发现只要多次切歌后视图层会卡死 this.innerAudioContext.setSrc(nextQuestion.music_url); this.innerAudioContext.play(); 反复切换音频资源就会出现
2018-02-28 - 下载文件总是报:downloadFile:fail
wx.downloadFile 总是报downloadFile:fail createDownloadTask:fail exceed max download connection count 10 wx.downloadFile({ url: "http://yunjiazheng-static.oss-cn-shanghai.aliyuncs.com/app/lite/app/title@2x.png", success: (res) => { }, fail:(err)=>{ console.log(err) }, complete:()=>{ } })
2018-02-07 - 播放视频退出全屏后字体会变大
先播放视频,然后全屏播放。 再点击退出全屏播放后页面字体都会变大。
2017-10-30 - 微信小程序wcss支持背景渐变色吗
微信小程序wcss支持背景渐变色吗
2017-02-09