jwyu 2 years ago
parent
commit
916fd25495
1 changed files with 4 additions and 1 deletions
  1. 4 1
      pages/video/videoList.vue

+ 4 - 1
pages/video/videoList.vue

@@ -20,13 +20,16 @@
                 />
                 />
             </view>
             </view>
         </van-sticky>
         </van-sticky>
+        <video
+            enable-auto-rotation
+            src="https://hzstatic.hzinsights.com/static/yb/video/a49d072618778809254a2a7d6e8fb4ac.mp4"
+        ></video>
     </view>
     </view>
 </template>
 </template>
 <script>
 <script>
 export default {
 export default {
     data() {
     data() {
         return {
         return {
-            
         }
         }
     },
     },
     onLoad(options){
     onLoad(options){