- 在一个页面调用reluanch当前页面会导致底层报错
报错信息1: reporter error:Java bridge method invocation error Error: Java bridge method invocation error at ret.invokeHandler (<anonymous>:14:34) at m (https://servicewechat.com/lib/WAWebview.js:1:115330) at Object.invoke (https://servicewechat.com/lib/WAWebview.js:1:116375) at Object.invoke (https://servicewechat.com/lib/WAWebview.js:1:118684) at B (https://servicewechat.com/lib/WAWebview.js:1:150571) at reportQualityData2 (https://servicewechat.com/lib/WAWebview.js:1:169342) at Object.<anonymous> (https://servicewechat.com/lib/WAWebview.js:1:173771) at Ou (https://servicewechat.com/lib/WAWebview.js:1:538108) at https://servicewechat.com/lib/WAWebview.js:1:536050 at Generator.next (<anonymous>) 报错信息2: SystemError (webviewSDKScriptError) Java bridge method invocation error Error: Java bridge method invocation error at ret.invokeHandler (<anonymous>:14:34) at m (https://servicewechat.com/lib/WAWebview.js:1:115330) at Object.invoke (https://servicewechat.com/lib/WAWebview.js:1:116540) at Object.invoke (https://servicewechat.com/lib/WAWebview.js:1:118684) at f (https://servicewechat.com/lib/WAWebview.js:1:338801) at U (https://servicewechat.com/lib/WAWebview.js:1:340917) at Object.j (https://servicewechat.com/lib/WAWebview.js:1:341063) at Object.<anonymous> (https://servicewechat.com/lib/WAWebview.js:1:611303) at l.updatePositioningContainer (https://servicewechat.com/lib/WAWebview.js:1:1833495) at l._containerPageRerender (https://servicewechat.com/lib/WAWebview.js:1:1834908) [图片] 具体复现步骤:先登录后从后台删除小程序,重进小程序后前往 -> 我的 -> 点击退出登录(必现)
06-19 - 小程序转发出来的卡片无法长按进行二次转发 没有配置禁止转发
onShareAppMessage:function(e){var t=this.id;return console.log(this.imgUrls[0]),{title:this.goods_name,imageUrl:this.imgUrls[0],path:"/pages/index/Seckill-purchase-details/Seckill-purchase-details?id="+t+"&store_id="+this.$store.store_id+"&share_uid="+getApp().globalData.XcxData.userInfo.uid}} [图片]
2024-05-24 - video组件设置show-progress="{{false}}"工具调试隐藏成功真机调试隐藏失败
<video show-progress="{{false}}" show-center-play-btn="{{true}}"enable-auto-rotation="{{true}}" autoplay="{{true}}" enable-progress-gesture="{{false}}" style="height: 356rpx; width: 100%;" src="http://192.168.10.44:8080/uploadfile/filesrc/20210510/1620617347842.mp4" ></video> src动态赋值则失效
2021-05-28