- wx.createVideo 在调试库3.2.5以下才有用 以上就没用
console.log("create createVideo") let video = wx.createVideo({ x: 0, y: 0, width: 375, height: 667, src: 'https://mykx-cdn.dskystudio.com/CG.mp4', initialTime: 0, objectFit: 'cover', controls: true, autoplay: false, loop:false, showCenterPlayBtn: true, enableProgressGesture: true }); setTimeout(()=>{ video.play().then(res=>{ console.log('==========',res); }) },1000) 如题
04-19 - query参数问题
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo [图片] [图片] 分享时传入query 参数:openid=‘...’, 接收时参数获取:, 如图所示。
2019-05-05