networkvideo.wxml 1.1 KB

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