- 用户相机已经授权 takePhoto 调用报错 还有相机黑屏?
[图片][图片][图片][图片][图片][图片][图片][图片][图片][图片][图片][图片][图片][图片][图片][图片][图片] const ctx = wx.createCameraContext(); ctx.takePhoto({ quality: "normal", success: (res) => { this.setData({ src: res.tempImagePath, }); // this.loadTempImagePath(res.tempImagePath); wx.showLoading({ title: "图片上传中", mask: true, }); this.upimg(res.tempImagePath); }, fail: () => { wx.hideLoading(); app.toast("拍照异常请稍后再试"); }, }); 目前已知相机黑屏型号 : 设备品牌 blackshark 设备型号 SKW-A0 客户端版本 7.0.19 基础库版本 2.14.0 系统类型 Android 10 目前已知相机拍照异常型号 : 手机品牌:苹果8 代码片段链接: https://developers.weixin.qq.com/s/RCmmyDmh7WlQ
2020-10-27 - ios linear-gradient 设置之后图片不显示
//代码样式 .header{ width: 100%; height: 555rpx; background:linear-gradient(to top, rgb(255, 255, 255,.8) 10%,transparent),url('https://wx-img-gpdk.oss-cn-beijing.aliyuncs.com/new/WechatIMG2295.png') ; background: -o-linear-gradient(to top, rgb(255, 255, 255,.8) 10%,transparent),url('https://wx-img-gpdk.oss-cn-beijing.aliyuncs.com/new/WechatIMG2295.png'); background: -moz-linear-gradient(to top, rgb(255, 255, 255,.8) 10%,transparent),url('https://wx-img-gpdk.oss-cn-beijing.aliyuncs.com/new/WechatIMG2295.png'); background: -webkit-linear-gradient(to top, rgb(255, 255, 255,.8) 10%,transparent),url('https://wx-img-gpdk.oss-cn-beijing.aliyuncs.com/new/WechatIMG2295.png'); background-size: cover; background-repeat: no-repeat; position: relative; } //
2020-06-09 - camera 组件黑屏?
[图片] [图片] [图片]代码链接 https://developers.weixin.qq.com/s/NoFVyNmq7OhF
2020-06-02 - camera组件黑屏?
[图片] [图片] [图片]代码链接 https://developers.weixin.qq.com/s/NoFVyNmq7OhF
2020-06-02 - canvas通过wx.canvasToTempFilePath生成出来,无法通过image显示?
机型iPhone xs Max 代码链接:https://developers.weixin.qq.com/s/NDIXPQm270gX
2020-04-24 - 如何接入商家交易保障功能?
[图片]
2020-03-14 - 小程序公众号文章自动跳转关注公众号页面?
[视频]
2020-02-27 - 小程序公众号文章自动跳转关注公众号页面?
[视频] 通过webview进入直接进到公众号文章 直接跳转到关注文章页面
2020-02-26 - 电商平台类目已通过,为什么还会因为商品审核不通过?
[图片] [图片]
2019-12-16 - 小程序社交红包类目规则通知的站内信指引?
我司小程序(APPID:wx6a4976bd627fc4ca)在提交版本时收到如下反馈: 收到反馈后,我司组织了自查工作,并提交了新的商户号申请,目前正在审核中。 需要说明的是,我司的卡小程序没有用户充值红包和红包广场等功能,用户只有平台发放的奖励金、并可以提现到零钱,但用户彼此之间不存在发放红包的行为,平台也不收取相关佣金。鉴于此,能否申请撤回社交红包类目,或不抽取2%抽佣费率。 [图片] [图片]
2019-10-23