articleshare.wxml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!-- <image mode="widthFix" class="bannerImg" src="{{articleObj.cover_img}}"></image> -->
  2. <view class="contentBox">
  3. <view class="title fontfpr">{{articleObj.title}}</view>
  4. <view wx:if="{{!!articleObj.type}}" class="tagBox clearfix">
  5. <view class="fontfpm">#{{articleObj.type}}#</view>
  6. </view>
  7. <view class="articlebox {{articlelogin==false?'unloginbox':''}}">
  8. <mp-html content="{{articleObj.content}}" />
  9. </view>
  10. </view>
  11. <view class="rightbtnbox">
  12. <image bindtap="priceshowtap" class="pricebtnimg" src="{{imgUrl}}xcx/aaa/pricebtn.gif"></image>
  13. <view bindtap="articlesharetap" class="tcollectbox tsharebox tcenter">
  14. <image src="{{imgUrl}}xcx/aaa/tshare.png"></image>
  15. <view class="colorfff fontfpr fontr24 lhr24">分享</view>
  16. </view>
  17. <view wx:if="{{articleObj.collect==0}}" bindtap="collectTap" class="tcollectbox tcenter">
  18. <image src="../../../img/collect.png"></image>
  19. <view class="colorB6CADE fontfpr fontr24 lhr24">收藏</view>
  20. </view>
  21. <view wx:if="{{articleObj.collect!='0'}}" bindtap="cancleTap" class="tcollectbox tcenter">
  22. <image src="../../../img/collected.png"></image>
  23. <view class="colorB6CADE fontfpr fontr24 lhr24">收藏</view>
  24. </view>
  25. </view>
  26. <sharefooter type="{{1}}"></sharefooter>
  27. <wshare wshareshow="{{wshareshow}}" bind:poster="setpostertap" bind:sfriend="sharetap" bind:sendfriendcircle="sendfriendtap" bind:shareurl="shareurltap" ></wshare>
  28. <calcprice priceflag='{{priceflag}}' bind:run="closepricetap"></calcprice>