这个问题神烦,运行会就会有,一看到红点还以为是别的问题
开发者工具总出现routeDone with a webviewId 错误?routeDone with a webviewId 1070 that is not the current page(env: macOS,mp,1.06.2301040; lib: 2.29.0)
2023-02-09有图片有视频在一起的,怎么用video组件? 这个是预览功能
ios真机无法预览本地视频?只有真机无法预览,开发工具可以,换成网络视频也可以,只有本地视频无法预览 wxfile://tmp_fe8b1e09a2e6e95c7da0893a4ca3d9e7.mp4 let pictures = that.data.pictures // wx.chooseMedia选择的文件 for (let i = 0; i < pictures.length; i++) { let object = {} if (pictures[i].endsWith("mp4")) { object.type = "video" } object.url = pictures[i] sources.push(object) } wx.previewMedia({ sources: sources, current: index })
2023-02-09