<view class="page  {{className || ''}}">
    <view class="_page-section_10rrs_2">
      <video
        class="_video_10rrs_9"
        id="video"
        src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4"
      ></video>
      <button class="_btn_10rrs_5" type="primary" onTap="createVideoContext">
        创建视频上下文
      </button>
      <button class="_btn_10rrs_5" type="primary" onTap="play">播放</button>
    </view>
  </view>
