123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <wxs module="filters" src="../../../utils/filters.wxs"></wxs>
- <view wx:if="{{evidencemsg.difference==2}}">
- <view class="titbox fontr36 color384855 fontfpr">{{evidencemsg.title}}</view>
- <view class="clearfix sharebox">
- <image class="pull-left" src="{{imgUrl}}xcx/conshare.png"></image>
- <view class="pull-left colorB6CADE fontr24 fontfpr lnr34">{{evidencemsg.shared_times}}</view>
- </view>
- <view class="textbox">
- <view class="color384855 fontr28 fontfpr lhr36">{{evidencemsg.desc}}</view>
- </view>
- <view class="msgbox">
- <view class="iamgeBox ">
- <image wx:for="{{evidencemsg.pics}}" mode="widthFix" src="{{item}}"></image>
- </view>
- </view>
- <image bindtap="priceshowtap" class="pricebtnimg" src="{{imgUrl}}xcx/aaa/pricebtn.gif"></image>
- <sharefooter wx:if="{{type!=1&&(personMsg.binded||sharepersonMsg.id)}}" type="{{type==1?1:2}}" ></sharefooter>
- </view>
- <view wx:if="{{evidencemsg.difference==1}}" class="width100 height100">
- <view wx:if="{{!!evidencemsg.title}}" class="page">
- <view class="{{evidencemsg.video_type==1?'videoBoxUp':'videoBox'}}">
- <video-list id="myVideo1" loop="{{false}}" autoplay="{{autoplay}}" vidoesrc="{{evidencemsg.pics[0]}}" poster="{{evidencemsg.cover?evidencemsg.cover:evidencemsg.pics[0]+'?x-oss-process=video/snapshot,t_100,f_jpg,w_375,m_fast'}}" objectfit="contain" showProgress="{{true}}" showBottomProgress="{{true}}" showFullscreenBtn="{{false}}"/>
- </view>
- </view>
- <view wx:if="{{!sharepersonMsg.headimgurl&&!sharepersonMsg.nickname}}" class="sharenumBox sharenumBoxshow">
-
- <button class="box-center" style="height:140rpx;">
- <image class="avatarBox" src="{{personMsg.headimgurl?personMsg.headimgurl:imgUrl+'xcx/newxcx/heaDefault.png'}}" alt></image>
- <view class="ellipsis personamebox1">{{personMsg.binded.name?personMsg.binded.name:personMsg.nickname?personMsg.nickname:'微信用户'}}</view>
- </button>
- <button class="box-center" bindtap="prelooktap">
- <image src="../../../img/addedwx.png" alt></image>
- <view>微信咨询</view>
- </button>
- <button class="box-center" bindtap="callphonetap" style="margin-bottom: 0;">
- <image class="bwicon" src="../../../img/wphoneicon.png" alt></image>
- <view class="btext">电话预约</view>
- </button>
- <image bindtap="priceshowtap" class="pricebtnimg" src="{{imgUrl}}xcx/aaa/pricebtn.gif"></image>
- </view>
- <view wx:if="{{!!sharepersonMsg.headimgurl||!!sharepersonMsg.nickname}}" class="sharenumBox sharenumBoxshow">
-
- <button class="box-center" style="height:140rpx;">
- <image class="avatarBox" src="{{sharepersonMsg.headimgurl?sharepersonMsg.headimgurl:imgUrl+'xcx/newxcx/heaDefault.png'}}" alt></image>
- <view class="ellipsis personamebox1">{{sharepersonMsg.name?sharepersonMsg.name:'微信用户'}}</view>
- </button>
- <button class="box-center" bindtap="prelookimgtap">
- <image src="../../../img/addedwx.png" alt></image>
- <view>微信咨询</view>
- </button>
- <button class="box-center" bindtap="phonrtap" style="margin-bottom: 0;">
- <image src="../../../img/whitemobile.png" alt></image>
- <view>电话预约</view>
- </button>
- <image bindtap="priceshowtap" class="pricebtnimg" src="{{imgUrl}}xcx/aaa/pricebtn.gif"></image>
- </view>
- <view class="videomsgbox">
- <view class="videoTitle ellipsis" >{{'@'+companyobj.company_name}}</view>
- <view bindtap="showDscTextFunc" class="videocontent {{showDsc?'showAllContent':'ellipsisTwo'}}" >{{evidencemsg.desc}}{{showDsc?'<<隐藏':''}}</view>
- <view wx:if="{{!showDsc && evidencemsg.desc.length > 29}}" class="showdscText" bindtap="showDscTextFunc">展开</view>
- </view>
- </view>
- <calcprice priceflag='{{priceflag}}' bind:run="closepricetap"></calcprice>
|