一开始是可以用的,后来就没反应了,既不报错也不运行,写成了promise风格之后报错wx.shareFileMessage is not a function. 不要问我要什么代码片段,因为片段又可以运行了,如果是我代码的问题,最开始为什么可以运行呢》?
wx.showFileMessage()失灵了,无法使用?sharefile(e){ var i = e.currentTarget.dataset.index wx.cloud.downloadFile({ fileID:this.data.list[i].fileID, success(res){ // 下载完成后转发 console.log(res.tempFilePath) wx.shareFileMessage({ filePath: res.tempFilePath, success(res){ console.log(res) }, fail(err){ console.log(err) } }) } }) }, [图片]
2022-05-20为什么你有提取文字,我没有呢
wx.previewImage 长按菜单不显示 二维码识别? ios 微信版本 8.0.20[图片][图片][图片]
2022-05-20这个大垃圾还我搞了一上午
Unable to load schema from?Unable to load schema from 'https://dldir1.qq.com/WechatWebDev/editor-extension/wx-json/app.schema.json': Request vscode/content failed unexpectedly without providing any details.[图片]
2021-09-17嘿,这像是一个bug哟,我不想让他自动聚焦拉起我的键盘,结果一打开页面就自动聚焦拉起键盘了
input组件无法自动聚焦- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo 按照官方文档上的书写,自动聚焦效果并没有效果,这个是为什么? <input bindinput="bindKeyschool" class='input' type='text' value='{{school}}' placeholder='请输入' placeholder-style='color: #b0b0b0' style='font-size:14px;margin-left:10px' auto-focus></input>
2021-04-16