2020了 还是有这个需求
小程序的Components不能统一在某个地方引用,全局生效吗想问下小程序Components编写后,必须每个页面用的时候在每个页面的json文件里配置,不能够统一在某个文件中配置引用全局都生效吗? 如果做成通用组件的话,别人还需要对应每个组件的路径和名称,容易出错
2020-06-192020年,bug还在
wechat 6.6.7导致canvas执行结果错误需求:在页面用canvas画几个圆角图片 表现:wechat 6.6.6时一切正常,今天更新到了6.6.7,结果只能第一个图片是圆角 [代码]function[代码] [代码]circleImg(ctx, img, x, y, r) {[代码][代码] [代码][代码]ctx.save();[代码][代码] [代码][代码]var[代码] [代码]d =2 * r;[代码][代码] [代码][代码]var[代码] [代码]cx = x + r;[代码][代码] [代码][代码]var[代码] [代码]cy = y + r;[代码][代码] [代码][代码]ctx.arc(cx, cy, r, 0, 2 * Math.PI);[代码][代码] [代码][代码]ctx.clip();[代码][代码] [代码][代码]ctx.drawImage(img, x, y, d, d);[代码][代码] [代码][代码]// ctx.lineWidth = 3[代码][代码] [代码][代码]// ctx.setStrokeStyle('#482C2B')[代码][代码] [代码][代码]// ctx.stroke()[代码][代码] [代码][代码]ctx.restore();[代码][代码]}[代码]
2020-06-19放弃吧 这是官方bug 多次调用clip ios只有第一次生效的
cavans clip()在ios中多次使用,剪切圆形头像不起作用?clip()多次调用,ios不起作用 ,开发工具和安卓正常 微信版本号7.0.12 机型 iphone11,版本 ios13.5.1
2020-06-19可以的 带参数也是正确的页面路径
小程序服务通知,跳转页面路径可以带参嘛?微信收到小程序服务通知信息,后台配置跳转路径到首页,路径上可以带参数吗
2020-06-19看下这两个开关有没有开启[图片]
小程序发布以后,在微信中搜索不到,这是为什么呢?已经发布一周的时间了 依然在微信中搜索不到, 小程序名称 =》 小福拼房 小程序的appid=》wxe07e6a770c9b1911[图片][图片][图片]
2020-06-05记得哪个邮箱吗 直接在邮箱里面搜索"开放平台" 看看有没有邮件
忘记开放平台账号密码,怎么找回登录?账号密码全忘了,怎么办?应用还是在的
2020-06-05你的canvas标签是否加了wx:if或者hidden判断 贴一下你的代码
canvasToTempFilePath: fail canvas is empty?PC端能正常生成图片,手机端调试就报错??
2020-06-05请问这个有人解决吗
wx.previewImage查看图片会暂停背景音乐每次点开wx.previewImage 预览图片。 背景音乐就会停止播放 wx.createInnerAudioContext
2020-05-20我也遇到这个问题了,楼主解决了吗? 昨天还是正常的 今天就这样了 是官方出bug了吗? 我这边也是用云开发图片地址
电脑调试没问题真机调试wx.previewImage报错?Uncaught (in promise) thirdScriptError Invalid attempt to spread non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method. TypeError: Invalid attempt to spread non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method. at eval (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:637683) at a (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:637833) at eval (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:1006853) at d (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:678898) at c (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:678582) at a (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:677165) at t (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:1006797) at Object.$i (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:1006919) at eval (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:614131) at new Promise (<anonymous>)
2020-05-18[图片] [图片] 不能按楼上的这样写 有其他方法吗
怎么导入2个插件?"plugins": { "routePlan": { "version": "1.0.1", "provider": "wx069ba97219f66d99" } }, "plugins": { "WechatSI": { "version": "0.0.7", "provider": "wx069ba97219f66d99" } } 对吗
2020-05-06