pages/tabbar/index/home.vue
@@ -441,7 +441,18 @@ userAction(param) }, onLoad(option) { if(option.shareId){ console.log('触发onLoad') this.actionParam.shareId = option.shareId; this.actionParam.joinType = 'SHARE' uni.setStorage({ key: 'shareId', data: option.shareId, success: function () { console.log('缓存shareId成功'); } }); } console.log('-----------分享出的数据---------->', option) //处理扫码出来的视频 this.marginBottom = uni.getSystemInfoSync().safeAreaInsets.bottom