publicpraisemsg.wxml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <wxs module="filters" src="../../../utils/filters.wxs"></wxs>
  2. <view wx:if="{{evidencemsg.difference==2}}">
  3. <view class="titbox fontr36 color384855 fontfpr">{{evidencemsg.title}}</view>
  4. <view class="clearfix sharebox">
  5. <image class="pull-left" src="{{imgUrl}}xcx/conshare.png"></image>
  6. <view class="pull-left colorB6CADE fontr24 fontfpr lnr34">{{evidencemsg.shared_times}}</view>
  7. </view>
  8. <view class="textbox">
  9. <view class="color384855 fontr28 fontfpr lhr36">{{evidencemsg.desc}}</view>
  10. </view>
  11. <view class="msgbox">
  12. <view class="iamgeBox ">
  13. <image wx:for="{{evidencemsg.pics}}" mode="widthFix" src="{{item}}"></image>
  14. </view>
  15. </view>
  16. <image bindtap="priceshowtap" class="pricebtnimg" src="{{imgUrl}}xcx/aaa/pricebtn.gif"></image>
  17. <sharefooter wx:if="{{type!=1&&(personMsg.binded||sharepersonMsg.id)}}" type="{{type==1?1:2}}" ></sharefooter>
  18. </view>
  19. <view wx:if="{{evidencemsg.difference==1}}" class="width100 height100">
  20. <view wx:if="{{!!evidencemsg.title}}" class="page">
  21. <view class="{{evidencemsg.video_type==1?'videoBoxUp':'videoBox'}}">
  22. <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}}"/>
  23. </view>
  24. </view>
  25. <view wx:if="{{!sharepersonMsg.headimgurl&&!sharepersonMsg.nickname}}" class="sharenumBox sharenumBoxshow">
  26. <button class="box-center" style="height:140rpx;">
  27. <image class="avatarBox" src="{{personMsg.headimgurl?personMsg.headimgurl:imgUrl+'xcx/newxcx/heaDefault.png'}}" alt></image>
  28. <view class="ellipsis personamebox1">{{personMsg.binded.name?personMsg.binded.name:personMsg.nickname?personMsg.nickname:'微信用户'}}</view>
  29. </button>
  30. <button class="box-center" bindtap="prelooktap">
  31. <image src="../../../img/addedwx.png" alt></image>
  32. <view>微信咨询</view>
  33. </button>
  34. <button class="box-center" bindtap="callphonetap" style="margin-bottom: 0;">
  35. <image class="bwicon" src="../../../img/wphoneicon.png" alt></image>
  36. <view class="btext">电话预约</view>
  37. </button>
  38. <image bindtap="priceshowtap" class="pricebtnimg" src="{{imgUrl}}xcx/aaa/pricebtn.gif"></image>
  39. </view>
  40. <view wx:if="{{!!sharepersonMsg.headimgurl||!!sharepersonMsg.nickname}}" class="sharenumBox sharenumBoxshow">
  41. <button class="box-center" style="height:140rpx;">
  42. <image class="avatarBox" src="{{sharepersonMsg.headimgurl?sharepersonMsg.headimgurl:imgUrl+'xcx/newxcx/heaDefault.png'}}" alt></image>
  43. <view class="ellipsis personamebox1">{{sharepersonMsg.name?sharepersonMsg.name:'微信用户'}}</view>
  44. </button>
  45. <button class="box-center" bindtap="prelookimgtap">
  46. <image src="../../../img/addedwx.png" alt></image>
  47. <view>微信咨询</view>
  48. </button>
  49. <button class="box-center" bindtap="phonrtap" style="margin-bottom: 0;">
  50. <image src="../../../img/whitemobile.png" alt></image>
  51. <view>电话预约</view>
  52. </button>
  53. <image bindtap="priceshowtap" class="pricebtnimg" src="{{imgUrl}}xcx/aaa/pricebtn.gif"></image>
  54. </view>
  55. <view class="videomsgbox">
  56. <view class="videoTitle ellipsis" >{{'@'+companyobj.company_name}}</view>
  57. <view bindtap="showDscTextFunc" class="videocontent {{showDsc?'showAllContent':'ellipsisTwo'}}" >{{evidencemsg.desc}}{{showDsc?'<<隐藏':''}}</view>
  58. <view wx:if="{{!showDsc && evidencemsg.desc.length > 29}}" class="showdscText" bindtap="showDscTextFunc">展开</view>
  59. </view>
  60. </view>
  61. <calcprice priceflag='{{priceflag}}' bind:run="closepricetap"></calcprice>