绿满眶商城微信小程序-uniapp
zxl
20 小时以前 883630c60e9a941d6cf721cfb4b9160ab406a7dd
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