You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
836 B
32 lines
836 B
<template>
|
|
<view>
|
|
<video style="width: 100%;height: 422rpx;" id="myVideo" src="https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/2minute-demo.mp4"></video>
|
|
<view class="p14 bc-fff">
|
|
<view class="flex ai-c jc-sb mt10">
|
|
<text class="fs18 fw600 cor-000">C1捷达-基础操作视频讲解</text>
|
|
<view class="flex">
|
|
<text class="fs14 cor-666">更多</text>
|
|
<u-icon color="#666" name="arrow-right" size="18"></u-icon>
|
|
</view>
|
|
<swiper class="swiper mt20" :current="swiperIndex" :duration="duration" :autoplay="false" :disable-programmatic-animation="true" @change="onChange" @animationfinish="onAnimationfinish" @touchend="touchEnd" >
|
|
</swiper>
|
|
</view>
|
|
<view>
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default{
|
|
data(){
|
|
return{
|
|
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style> |