var
videoContext = wx.createVideoContext(
'myvideo'
,
this
);
videoContext.requestFullScreen({direction: 90});
进入全屏之后怎么退出呢?
videoContext.exitFullScreen({direction: 0});