1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <wxs module="filters" src="../../../utils/filters.wxs"></wxs>
- <view class="topbox" style="padding-top:{{top}}px;height:{{top*1+hgt*1}}px;">
- <!-- <view class="leftindexbox clearfix" style="top: {{top*1+8}}px;">
- <image bindtap="golastap" class="leftgoto" src="../../../img/back1.png"></image>
- <view class="text"></view>
- <image bindtap="goindextap" class="gotoindex" src="../../../img/goindex.png"></image>
- <view bindtap="goindextap" class="gotoidxbox"></view>
- </view> -->
- <view class="fontfpm fontr32 center maintitle titleStyle" style="line-height: 44px;">{{videoObj.title}}</view>
- </view>
- <view wx:if="{{!!videoObj.title}}" class="page">
- <view class="{{videoObj.video_type==1?'videoBoxUp':'videoBox'}}">
- <video-list id="myVideo1" loop="{{false}}" autoplay="{{autoplay}}" vidoesrc="{{videoObj.video_url}}" poster="{{imgsrc}}" objectfit="contain" showProgress="{{true}}" showBottomProgress="{{true}}" showFullscreenBtn="{{false}}"/>
- </view>
- </view>
- <calcprice priceflag='{{priceflag}}' bind:run="closepricetap"></calcprice>
- <scheme priceflag='{{designPlan}}' rType="Video" curId="{{vid}}" bind:run="closeDesigntap"></scheme>
- <view class="textPosition">
- <button class="signUpBtn" open-type="getPhoneNumber" data-type='1' bindgetphonenumber="getPhoneNumberTap">报名免费设计>></button>
- <view class="videoTitle ellipsis">{{'@'+companyobj.company_name}}</view>
- <view wx:if="{{!showDsc && (videoObj.description.length > 28)}}" bindtap="showdscMsg" class="videocontent ellipsisTwo {{showDsc?'videocontentshow':''}}">{{filters.getsubstr(videoObj.description,28)}}... 展开</view>
- <view wx:else="" bindtap="showdscMsg" class="videocontent {{showDsc?'videocontentshow':''}}" >{{videoObj.description}}{{showDsc?'<<隐藏':''}}</view>
- <view wx:if="{{!!videoObj.type}}" class="videotype ellipsisTwo {{!customerFlag?'videotypeshow':''}}">#{{videoObj.type}}</view>
- </view>
- <!-- <view class="personMsgBox {{!customerFlag?'personMsgBoxshow':''}}" >
- <view class="headImg pull-left">
- <image src="{{shareobj.headimgurl}}" ></image>
- </view>
- <view class="name ellipsis pull-left">{{shareobj.nickname}}</view>
- </view> -->
- <view wx:if="{{!!videoObj.title}}" class="sharenumBox sharenumBoxshow">
- <block wx:if="{{!!shareobj.headimgurl||!!shareobj.nickname}}">
- <button class="box-center" style="height:140rpx;">
- <image class="avatarBox" src="{{shareobj.headimgurl}}" alt></image>
- <view class="ellipsis" style="width: 140rpx;">{{shareobj.name}}</view>
- </button>
- <button class="box-center" bindtap="prelooktap">
- <image src="../../../img/addedwx.png" alt></image>
- <view>微信咨询</view>
- </button>
- <button class="box-center" bindtap="callphonetap">
- <image class="bwicon" src="../../../img/wphoneicon.png" alt></image>
- <view class="btext">电话预约</view>
- </button>
- </block>
- <button class="box-center" open-type="share">
- <image class="bwicon" src="../../../img/bshareicon.png" alt></image>
- <view class="btext">转发</view>
- </button>
- <image bindtap="priceshowtap" class="pricebtnimg" src="{{imgUrl}}xcx/aaa/pricebtn.gif"></image>
- </view>
- <view wx:if="{{loginFlag==true}}" class="viewBox">
- <button wx:if="{{canIUseGetUserProfile&&loginFlag==true}}" class="userLogin" bindtap="getUserProfile">授权登录</button>
- <button wx:if="{{!canIUseGetUserProfile&&loginFlag==true}}" open-type="getUserInfo" class="userLogin" bindgetuserinfo="getUserInfoTap">授权登录 </button>
- </view>
- <!-- <view wx:if="{{phoneFlag==true}}" class="viewBox">
- <button class="userLogin" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumberTap">授权登录</button>
- </view> -->
- <!-- <view wx:if="{{(!!shareobj.headimgurl||!!shareobj.nickname)&&!employeeflag}}" class="footerbox fontr28">
- <image class="mineheading pull-left" src="{{shareobj.headimgurl}}"></image>
- <view class="fontfpr color210605 lhr98 minename pull-left ellipsis">专属客服{{shareobj.nickname}}</view>
- <view bindtap="prelooktap" class=" pull-left addwxbox">
- <image src="../../../img/indexwx.png"></image>
- <view class="lhr30 fontfpr color210605">微信咨询</view>
- </view>
- <view bindtap="callphonetap" class="phonebox pull-right fontr28 colorfff">立即咨询</view>
- </view> -->
- <view class="width100 center deltext fontr36" wx:if="{{loadflag==true&&!videoObj.title}}">此视频已删除</view>
- <mustlogin loginFlag="{{loginFlag}}" orgname="{{companyobj.company_name}}" logo="{{companyobj.logo}}" canIUseGetUserProfile="{{canIUseGetUserProfile}}" mobileflag="{{mobileflag}}" phoneflag="{{true}}" typenum="{{0}}" id="loginbox" bind:cancelPhone="cancelGetPhone" bind:run="videofun"></mustlogin>
|