你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
一个bughttps://tongxuecool.oss-cn-beijing.aliyuncs.com/applet-tongxuecool/video.mp4 上传图片的时候页面白屏,在交流专区发现很多都是这样的,微信是不是要黄啦?
2022-04-19请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
swiper使用next/previous.margin,加开启循环,左切滑动是闪出来的,怎么解决?<swiper class="swiper-index" next-margin="160rpx" previous-margin="160rpx" :circular="true" :current="current" @change="handleSwiperChange" > <swiper-item v-for="(item, index) in list" :key="index" class="swiper-item" :class="{ active: current === index }" > <view class="flex-col items-start section_9"> <view class="flex-row section_10"> <image src="https://codesign-v2-1258344706.cos.ap-guangzhou.myqcloud.com/codefun/16499074094311281604.png" class="image_14" /> <text decode="decode" class="text_4">470.5k{{ index }}</text> </view> </view> </swiper-item> </swiper> list: [ { title: 'AI为人工耳蜗降噪', content: '文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案' }, { title: 'AI为人工耳蜗降噪', content: '文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案' }, { title: 'AI为人工耳蜗降噪', content: '文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案文案' } ],
2022-04-19你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
StorageSync缓存的数据是否会在用户退出小程序的时候自动清除(未长按删除)在小程序登录后缓存一个token字段,刚开始登陆时有效 但是退出小程序过段时间再次进入就会过期,是缓存数据被清除了吗
2022-04-19drawImage 在 CanvasRenderingContext2D执行失败,检查下 drawImage 看看
在使用wxml-to-canvas设置宽高的问题,在画图时始终报错?<wxml-to-canvas class="widget" width="{{widgetWidth}}" height="{{widgetHeight}}" ></wxml-to-canvas> data:{ widgetWidth:'', widgetHeight:'', } onload(){ var that = this var systemInfo = wx.getSystemInfoSync(); var widgetWidth = that.data.widgetWidth; var widgetHeight = that.data.widgetHeight; if(systemInfo){ that.setData({ widgetWidth:systemInfo.windowWidth, widgetHeight:1.5*systemInfo.windowWidth }) } } 初始时,widgetWidth和widgetHeigh设置为空不行,如果设置值,最后画出来的也就是设置的值,setdata的不管用,但是canvas使用的是px,不是动态,需要根据手机实际尺寸来调整,求解决方案,也不算setdata不成功,实际是成功了的,但是在画的过程中又使用初始值。 [图片] 下面是报错: Error: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The image argument is a canvas element with a width or height of 0.
2022-04-19经核实,部分小程序存在滥用【工具-视频客服】类目准入媒体组件开展直播服务的情况,现决定将Live-player、 live-pusher,两个组件的类目准入权限中去除【工具-视频客服】类目。 【工具-视频客服】类目仅适用于提供企业售后客服一对一视频等服务,非直播相关。平台提供组件原意为希望广大开发者更方便地完成小程序开发,但目前发现存在部分恶意滥用组件、绕过审核监管的行为,其服务内容明显与类目适用范围、组件适用范围不符,故决定去除【工具-视频客服】类目开通Live-player、 live-pusher,两个组件的权限,避免滥用行为持续增加。 对于有明确开展直播诉求的小程序,可通过补充直播相关类目、接入直播插件或直播组件等形式开展。
live-pusher与live-player的开通类目有调整,电商类的视频客服工具怎么办?现在 工具-视频客服 类目无法开通live-pusher和live-player了吗?电商类的视频客服怎么办呢?
2022-04-19具体描述问题出现的流程,提供下复现的mac的微信版本号,以及提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
某用户MAC电脑下wx.setStorage存储失败?我们有个用户他在mac电脑下wx.setStorage返回{"errMsg":"setStorage:fail write DB data fail"}, 他在去年8月份的时候就出现了这个问题,他一开始是没问题的。突然一下就不行了。我以为后面他会自己好,结果到现在也没好。 我们一开始以为是系统或软件的问题。他换了一台mac,登录同样的帐号还是同样的问题。 然后我判断是不是他的存储的内容有问题。因此我弄了最简单的。还是同样的错误。 wx.setStorage({ key:'nickname', data:'1212', success:e=>{ wx.showToast({ title: '1212', }) }, fail:e=>{ resolve(e); } }); wx.setStorageSync也报错 {"type":"AppServiceSdkKnownError","stack":"construct@[native code] n@https://lib/WAService.js:2:1744645 t@https://lib/WAService.js:2:1900131 construct@[native code] https://lib/WAService.js:2:2315296 n@https://lib/WAService.js:2:2315747 setStorageSync@https://lib/WAService.js:2:2316731 https://lib/WAService.js:2:2315606 https://lib/WAService.js:2:2319015 https://lib/WAService.js:2:1877044 https://lib/WAService.js:2:1621040 https://lib/WAService.js:2:2950949 https://lib/WAService.js:2:2951079 at < at wx.setStorageSync> https://lib/WAService.js:2:121733 https://usr/app-service.js:8100:1711 https://lib/WAService.js:2:66153 https://lib/WAService.js:2:66261 A@https://lib/WAService.js:2:68714 https://lib/WAService.js:2:32932 n@https://lib/WAService.js:2:32631 at <setTimeout callback function> https://lib/WAService.js:2:122831 https://lib/WAService.js:2:114779 _onNativeTimer global code"} 他的系统信息 { "safeArea": { "bottom": 702, "height": 702, "top": 0, "width": 1024, "left": 0, "right": 1024 }, "system": "macOS 11.6.2", "version": "7.0.8", "brand": "MacBookAir7,2", "windowHeight": 702, "pixelRatio": 1, "platform": "mac", "screenHeight": 900, "language": "zh_CN", "power": 100, "statusBarHeight": 22, "deviceOrientation": "portrait", "windowWidth": 1024, "model": "MacBookAir7,2", "screenWidth": 1440, "fontSizeSetting": 16, "SDKVersion": "2.13.2", "devicePixelRatio": 2 } 如需微信号我怎么能隐蔽提供啊?现在好像不行。
2022-04-19请参考文档 https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/wx.isVKSupport.html[图片]
VKCamera具体用法?VKCamera具体用法
2022-04-19你好,麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
wx.saveFileToDisk保存失败的问题?wx.saveFileToDisk在pc端预览的时候弹出了保存文件的窗口,但是没有成功保存下来,返回了saveFile ToDisk:fail file system deny,这是什么原因?奇怪的是有的.xlsx文件可以保存,有的.xlsx文件却不能保存下来
2022-04-19参考公告 https://developers.weixin.qq.com/community/develop/doc/000aeab88a4ea0c5c89d81fde5b801?blockType=1
urllink.generate的is_expire描述前几天是180天,现在突然变成30天了?urllink.generate的is_expire描述前几天是180天,现在突然变成30天了
2022-04-19你好,请移步企微官方讨论区:https://developer.work.weixin.qq.com/community/question
企业微信 wx.config ios 调用失败 安卓正常?[图片][图片]
2022-04-19