- 微信小程序wx.previewMedia无法播放mp4视频,且mp4视频会预览成一张图片?
wx.previewMedia({ sources: [{ url: 'https://sfsm.jmxy.cc/wimg/file/ZFN7ooye6aTLwvct6UStvIpqJZsZ4MTX.mp4', poster: this.data.videoList[this.data.videoIndex].coverImg, type: "video" }], success: res => { console.log('success', res); }, fail: err => { console.log('err', err); } })
02-28 - vant组件中的Tab和datePicker组件在真机运行报错找不到“__wxTmplId”
[图片][图片] 图1真机 图2开发工具 tab在真机上只显示一个且控制台报错 (in promise) MiniProgramError Cannot read properties of undefined (reading '__wxTmplId') TypeError: Cannot read properties of undefined (reading '__wxTmplId') at Ae.removeNode (WASubContext.js:1:281117) at (WASubContext.js:1:348361) at vo (WASubContext.js:1:348611) at ho (WASubContext.js:1:347599) at vo (WASubContext.js:1:348055) at ho (WASubContext.js:1:347599) at vo (WASubContext.js:1:348055) at ho (WASubContext.js:1:347599) at vo (WASubContext.js:1:348055) at ho (WASubContext.js:1:347599)
2024-12-05 - 真机报properties of undefined (reading '__wxTmplId')
[图片] 大佬们帮我看看这是啥问题啊 小程序用到vant
2024-12-05