12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <wxs module="filters" src="../../../utils/filters.wxs"></wxs>
- <cover-view class="topbox" style="padding-top:{{top}}px;height:{{top*1+hgt*1}}px;">
- <cover-view class="leftindexbox clearfix" style="top: {{top*1+8}}px;">
- <cover-image bindtap="golastap" class="leftgoto" src="../../img/back1.png"></cover-image>
- <cover-view bindtap="golastap" class="leftitbox"></cover-view>
- <cover-view class="text"></cover-view>
- <cover-image bindtap="goindextap" class="gotoindex" src="../../../img/goindex.png"></cover-image>
- <cover-view bindtap="goindextap" class="gotoidxbox"></cover-view>
- </cover-view>
- <cover-view class="fontfpm fontr32 center maintitle titleStyle" style="line-height: 44px;padding-left: 82px;">{{filters.titext(videoObj.title)}}</cover-view>
- </cover-view>
- <view wx:if="{{!!videoObj.title}}" class="page">
- <view hidden="{{priceflag==true}}" 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}}" bindprogress="bindprogress" showFullscreenBtn="{{false}}" />
- <view bindtap="videotap" wx:if="{{playflag==2}}" class="videoloading"></view>
- </view>
- </view>
- <calcprice priceflag='{{priceflag}}' bind:run="closepricetap"></calcprice>
- <scheme priceflag='{{designPlan}}' rType="Video" curId="{{vid}}" bind:run="closeDesigntap"></scheme>
- <cover-view class="textPosition">
- <button class="signUpBtn" open-type="getPhoneNumber" data-type='1' bindgetphonenumber="getPhoneNumberTap">报名免费设计>></button>
- <cover-view class="videoTitle ellipsis">{{'@'+companyobj.company_name}}</cover-view>
- <cover-view wx:if="{{!showDsc && (videoObj.description.length > 28)}}" bindtap="showdscMsg" class="videocontent ellipsisTwo {{showDsc?'videocontentshow':''}}">{{filters.getsubstr(videoObj.description,28)}}... 展开</cover-view>
- <cover-view wx:else="" bindtap="showdscMsg" class="videocontent {{showDsc?'videocontentshow':''}}">{{videoObj.description}}{{showDsc?'<<隐藏':''}}</cover-view>
- <cover-view wx:if="{{!!videoObj.type}}" class="videotype ellipsisTwo {{!customerFlag?'videotypeshow':''}}">#{{videoObj.type}}</cover-view>
- </cover-view>
- <cover-view wx:if="{{!!videoObj.title}}" class="sharenumBox sharenumBoxshow">
- <block wx:if="{{!!shareobj.headimgurl||!!shareobj.nickname}}">
- <button class="box-center" style="height:140rpx;">
- <cover-image class="avatarBox" src="{{shareobj.headimgurl}}" alt></cover-image>
- <cover-view class="ellipsis" style="width: 140rpx;">{{shareobj.name}}</cover-view>
- </button>
- <button class="box-center" bindtap="prelooktap">
- <cover-image src="../../../img/addedwx.png" alt></cover-image>
- <cover-view>微信咨询</cover-view>
- </button>
- <button class="box-center" bindtap="callphonetap">
- <cover-image class="bwicon" src="../../../img/wphoneicon.png" alt></cover-image>
- <cover-view class="btext">电话预约</cover-view>
- </button>
- </block>
- <button class="box-center" open-type="share">
- <cover-image class="bwicon" src="../../../img/bshareicon.png" alt></cover-image>
- <cover-view class="btext">转发</cover-view>
- </button>
- <cover-image bindtap="priceshowtap" class="pricebtnimg" src="{{imgUrl}}xcx/aaa/pricebtn.gif"></cover-image>
- </cover-view>
- <!-- loginFlag==true -->
- <cover-view wx:if="{{false}}" 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>
- </cover-view>
- <!-- <view wx:if="{{phoneFlag==true}}" class="viewBox">
- <button class="userLogin" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumberTap">授权登录</button>
- </view> -->
- <!-- 经纪人报名 -->
- <button wx:if="{{isBroker}}" data-type="broker" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumberTap" class="application">立即报名</button>
- <signup dialog="{{showMask}}" phone="{{fPhone}}" agentid="{{agid}}" bind:close="hiddenMaskFunc"></signup>
- <cover-view class="width100 center deltext fontr36" wx:if="{{loadflag==true&&!videoObj.title}}">此视频已删除</cover-view>
- <mustlogin loginFlag="{{loginFlag}}" orgname="{{companyobj.company_name}}" logo="{{companyobj.logo}}" mobileflag="{{phoneFlag}}" phoneflag="{{true}}" typenum="{{0}}" id="loginbox" bind:cancelPhone="cancelGetPhone" bind:run="videofun"></mustlogin>
|