- 通过button open-type="chooseAvatar"获取头像 提示“无法使用该头像?
报错返回提示的信息 <button>: chooseAvatar:fail upload error 机型 苹果15promax 微信版本 8.0.48 基础调试库 3.4.0 点击 从相册选择——然后裁切确认——就提示 “无法使用该头像” 新版苹果手机必现 编辑器也有很小很小的概率出现 上传的图片很小,就一百kb [图片]
04-10 - 微信小程序自定义组件太多了怎么办?怎么办组件分包了,主包都要超过2M了
[图片] components 里面的组件怎么分包出来 [图片] Component is not found in path "components_package/IntegrateHomePage/home" (using by "pages/index/index") 创建一个新的components_package 分包组件文件夹,提示找不到该组件
02-28 - ios input光标不显示? 输入框弹出来了,光标就是不显示
[图片]
2023-09-16 - 小程序如何自定义点击调用右上角三个点的事件 ?
通过点击事件 如何打开点击右上角三个点的弹窗功能页 有相关接口吗? [图片]
2023-08-24 - picker mode="multiSelector" 苹果手机显示不全?
(苹果手机)就4位数字,就开始省略了 [图片] 安卓正常 [图片]
2022-08-12 - PC微信 wx.canvasToTempFilePath 下载 canvas 2D无反应
PC微信 wx.canvasToTempFilePath 下载 canvas 2D无反应,也没有回调 [图片][图片] wx.canvasToTempFilePath({ x: 0, y: 0, width: that.data.width, height: that.data.height, destWidth:that.data.width*this.data.pr, destHeight: that.data.height*this.data.pr, canvasId: 'canvas', canvas: that.data.canvas, fileType: 'png', success(res) { console.log(33333333333) console.log(res.tempFilePath) let filePath = res.tempFilePath; wx.showToast({ title: '生成成功', icon: 'none' }) return false },fail(err) { console.log(2222222222222) wx.hideLoading() wx.showToast({ title: '生成失败', icon: 'none' }) wx.showModal({ title: '提示', confirmText: '去设置', content: '保存失败,请确认是否同意允许该小程序访问相册', success(res) { if (res.confirm) { wx.openSetting({ success(res) {} }) } else if (res.cancel) { } } }) },complete(comp){ console.log(comp) } },that) 去掉 canvas: that.data.canvas 就会有错误的回调 [图片]
2022-06-23 - PC端微信 wx.canvasToTempFilePath 下载canvas 2d 无反应
[图片] PC端微信没有反应 也没有回调 wx.canvasToTempFilePath({ x: 0, y: 0, width: that.data.width, height: that.data.height, destWidth:that.data.width*this.data.pr, destHeight: that.data.height*this.data.pr, canvasId: 'canvas', canvas: that.data.canvas, fileType: 'png', success(res) { console.log(33333333333) console.log(res.tempFilePath) let filePath = res.tempFilePath; wx.showToast({ title: '生成成功', icon: 'none' }) },fail(err) { console.log(2222222222222) wx.hideLoading() wx.showToast({ title: '生成失败', icon: 'none' }) wx.showModal({ title: '提示', confirmText: '去设置', content: '保存失败,请确认是否同意允许该小程序访问相册', success(res) { if (res.confirm) { wx.openSetting({ success(res) {} }) } else if (res.cancel) { } } }) },complete(comp){ console.log(comp) } },that) 去掉 canvas: that.data.canvas,就会有失败的回调 [图片]
2022-06-23 - canvas 2d wx.loadFontFace 真机绘制不生效
canvas 2d 引入字体绘制,真机不生效 https://developers.weixin.qq.com/s/ZMinhFmU7Hzk
2022-05-31 - 苹果手机video点击全屏播放视频问题?
[图片] 点击全屏播放,就成图二了 手机型号:iPhone xs max 256G 银色 [图片] [图片]
2021-12-31 - 小米10青春版,input输入,会有内容重叠
[图片][图片][图片] 小米10青春版,提示文字不会清除,会一直重叠
2021-11-25