From 0ea252c2408ab6121d443ebe1fe578a2dbe234d8 Mon Sep 17 00:00:00 2001 From: caicai8 <1149225589@qq.com> Date: Fri, 14 Feb 2020 11:05:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/courses/Video/LiveNew.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/react/src/modules/courses/Video/LiveNew.js b/public/react/src/modules/courses/Video/LiveNew.js index 9be7707fd..737456f13 100644 --- a/public/react/src/modules/courses/Video/LiveNew.js +++ b/public/react/src/modules/courses/Video/LiveNew.js @@ -185,6 +185,10 @@ class LiveNew extends Component{ this.setState({ wei_flag:true }) + }else{ + this.setState({ + wei_flag:false + }) } }