- 微信小游戏 拍照功能
https://developers.weixin.qq.com/minigame/dev/api/media/camera/wx.createCamera.htmlhttps://developers.weixin.qq.com/minigame/dev/api/media/camera/Camera.takePhoto.html 代码:(这个地方相机调用起来了,但是没有拍照按钮) takePhoto() { const ctx = wx.createCamera() ctx.takePhoto({ quality: 'high', success: (res) => { this.setData({ src: res.tempImagePath }) wx.previewImage({ current: res.tempImagePath, // 当前显示图片的http链接 urls: [res.tempImagePath] // 需要预览的图片http链接列表 }) }, fail: function (e) { console.log("拍摄失败"); console.log(e); } }) },
2023-04-20 - 您的应用审核被驳回?
驳回原因:你好,你提供的应用下载链接不规范或无法访问,审核不能通过,请重新提交 下载地址:https://www.taptap.com/app/204411[图片] 我在tap,好友快爆,4399都上线了,下载地址填写的taptap的,我也是复制出来的地址,为什么一直驳回?我该填什么,我也能搜索出来
2020-12-28