浏览代码

auto commit

app
jfinn 3 年前
父节点
当前提交
1b0c573111
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/base/participants/components/ParticipantView.native.js

+ 1
- 1
react/features/base/participants/components/ParticipantView.native.js 查看文件

@@ -265,7 +265,7 @@ class ParticipantView extends Component<Props> {
265 265
                 props:this.props,
266 266
             }
267 267
         }
268
-
268
+        window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("prt_view",{that:this},0) : {}
269 269
         return ret
270 270
     }
271 271
 }

正在加载...
取消
保存