你好,自行参考文档:https://developers.weixin.qq.com/miniprogram/introduction/widget/we-search/#%E4%B8%80%E3%80%81%E5%8A%9F%E8%83%BD%E4%BB%8B%E7%BB%8D [图片] 查看条件是否合适。
已经达到开通条件但是为什么不能够开通搜一搜品牌区?请问搜一搜功能中品牌区的开通,账号已经达到开通条件,但是却显示无法开通,请问如何确认账号是哪个条件不满足?
2020-07-31你好,可以参考一下,其他开发者写的文章: https://developers.weixin.qq.com/community/develop/article/doc/000ac686c5c5506f18b87ee825b013
关于painter 画出海报保存不了,不报错也没进入回调,有大佬么?[图片]已经生成海报但是不能保存, //保存的 onImgOK(e) { console.log(e) this.imagePath = e.detail.path; console.log(e.detail.path) this.setData({ image: this.imagePath }) if (this.isSave) { this.saveImage(this.imagePath); } }, saveImage(imagePath = '') { console.log(111, '刚进来',) console.log(imagePath) console.log(222, '判断条件', this.isSave) if (!this.isSave) { this.isSave = true; console.log(333, this.data.template) this.setData({ paintPallette: this.data.template, }); } else if (imagePath) { console.log(imagePath) this.isSave = false; wx.saveImageToPhotosAlbum({ filePath: imagePath, }); } }, <painter customStyle='margin-left: 80rpx;height: 1000rpx;' customActionStyle="{{customActionStyle}}" dancePalette="{{template}}" palette="{{paintPallette}}" bind:imgOK="onImgOK" bind:touchEnd="touchEnd" action="{{action}}" /> saveImgToLocal() { console.log(444444) const that = this; setTimeout(() => { console.log('that.canvasWidthInPx', that.canvasWidthInPx) console.log('that.canvasHeightInPx', that.canvasHeightInPx) wx.canvasToTempFilePath({ canvasId: 'photo', destWidth: that.canvasWidthInPx, destHeight: that.canvasHeightInPx, success: function (res) { that.getImageInfo(res.tempFilePath); console.log('6666-请求成功', res) }, fail: function (error) { console.log('77777-请求失败', error) console.error(`canvasToTempFilePath failed, ${JSON.stringify(error)}`); that.triggerEvent('imgErr', { error: error }); }, }, this); }, 300); },
2020-07-31你好,华为手机未复现情况?怎么才会出现卡顿?麻烦提供具体的机型,微信版本号,系统版本号,基础库版本号。
scroll-view 安卓手机下滑卡顿[图片] scroll-view 上下滑动。上滑时正常,在下滑时出现卡顿,不流畅。 经测试苹果手机无此问题,安卓系华为有此问题。 如果一次没有重现,多试几次
2020-07-31换最新的基础库也是一样出现这个问题吗?麻烦能复现提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
解析图片类型为text/html,不解析成图片类型?基础库2.3.0,刚调的不知道有啥用,我修改图片类型为jpeg的时候能读取类型成功原有的jpg的就读取成text/html类型的导致无法加载图片[图片]
2020-07-31你好,是哪个工具版本会出现这个问题?换个工具版本试试看会出现问题吗?
是getLocation还是geoLocation?代码如下 [图片] 返回结果如下 [图片] 我想请问下微信geoLocation是我造的还是你们自己造的
2020-07-31你好,这个配置的事件接收url具体指什么呢?
收到的小程序名称审核结果事件推送跟我配置的事件接收url是同步的吗?[图片] 小程序名字修改申请后,收到的的消息小程序名称审核结果事件推送跟我配置的url不同步
2020-07-31你好,新建个项目会出现问题吗?重启这个项目试试还会出现问题吗?如果还出现问题,麻烦提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
TypeError: Cannot read property 'data' of null?[图片][图片] 弄了两天,但还是不知道哪一步有问题,之前是可以的,突然就不行了。
2020-07-31你好,根据知识库,——微信开放平台App iOS端接入新版本SDK 常见问题自查指引—— https://developers.weixin.qq.com/community/develop/doc/000ce0403bc9d0ea1a0a67f415b409?highLine=sdk,进行自查。
universal link 通配符问题当用户首次使用新版本SDK发起分享时,将会出现如下交互流程:从App拉起微信-出现“正在连接”页面-返回App-重新打开微信。以上是新的安全验证流程,每个用户在首次使用时会出现上述跳转。(如同一用户多次使用分享都出现跳转,请按照以下接入指引,检查Universal Links配置) 这个 universal link 是指在开放平台申请的时候需要添加通配符,还是指 app-site-associate这个 json 文件需要添加通配符?
2020-07-31麻烦提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
CreateImageData 创建出来的imageData与文档中不符?文档中写imageData 只有data 一个Uint8ClampedArray数组 [图片] 但是实际创建出来会 两个数组 分别为data 和dataUnion [图片] 版本更新?文档没有写吗?
2020-07-31新建个项目再试试看?会出现问题吗?
真机调试时,一直卡在一进度?[图片] 一直卡在这里,重新安装几次了,不知道什么原因! https://developers.weixin.qq.com/community/develop/doc/000064b3f78c30e1ef38b046251000?_at=1596162279532 与这位用户碰到的情况一模一样 [图片] 自动真机调试,在手机上就一直卡在这里,求解啊!!!!
2020-07-30