123456789101112131415161718192021 |
- <view class="page">
- <view bindtouchstart="movestart" bindtouchmove="moveTap" bindtouchend="touchend" class="videoBox" >
- <video-list id="myVideo" vidoesrc="{{videoObj.video_url}}" objectfit="contain" showProgress="{{true}}" showBottomProgress="{{true}}" showFullscreenBtn="{{true}}"/>
- </view>
- </view>
- <!-- <cover-view class="bgcolor" style="bottom:0rpx;">
-
- </cover-view> -->
- <cover-view class="videoTitle ellipsis {{!customerFlag?'videoTitleshow':''}}" >{{title}}</cover-view>
- <cover-view class="videocontent ellipsisTwo {{!customerFlag?'videocontentshow':''}}" >{{videoObj.description}}</cover-view>
- <cover-view class="videotype ellipsisTwo {{!customerFlag?'videotypeshow':''}}">#{{videoObj.type}}</cover-view>
- <cover-view class="personMsgBox {{!customerFlag?'personMsgBoxshow':''}}" >
- <cover-view class="headImg pull-left">
- <cover-image src="{{sharepersonobj.headimgurl?sharepersonobj.headimgurl:companyobj.logo}}" ></cover-image>
- </cover-view>
- <cover-view class="name pull-left">{{sharepersonobj.nickname?sharepersonobj.nickname:companyobj.company_name}}</cover-view>
- </cover-view>
|