|
|
@@ -777,8 +777,10 @@ function playOnBtn() {
|
|
|
beforeClose: (action, done) => {
|
|
|
if (action === 'confirm') {
|
|
|
this.isShowVideo = true
|
|
|
+ Toast.clear();
|
|
|
this.$refs.rtcMediaPlayer.play()
|
|
|
setTimeout(() => {
|
|
|
+ this.doConnectDirectives()
|
|
|
this.definitionFun(this.definitionValue)
|
|
|
this.pushflowPopup()
|
|
|
this.getResidueTime()
|