123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!-- <image mode="widthFix" class="bannerImg" src="{{articleObj.cover_img}}"></image> -->
- <view class="contentBox">
- <view class="title fontfpr">{{articleObj.title}}</view>
- <view wx:if="{{!!articleObj.type}}" class="tagBox clearfix">
- <view class="fontfpm">#{{articleObj.type}}#</view>
- </view>
- <view class="articlebox {{articlelogin==false?'unloginbox':''}}">
- <mp-html content="{{articleObj.content}}" />
- </view>
- </view>
- <view wx:if="{{!bType}}" class="rightbtnbox">
- <image bindtap="priceshowtap" class="pricebtnimg" src="{{imgUrl}}xcx/aaa/pricebtn.gif"></image>
- <view bindtap="articlesharetap" class="tcollectbox tsharebox tcenter">
- <image src="{{imgUrl}}xcx/aaa/tshare.png"></image>
- <view class="colorfff fontfpr fontr24 lhr24">分享</view>
- </view>
- <view wx:if="{{articleObj.collect==0}}" bindtap="collectTap" class="tcollectbox tcenter">
- <image src="../../img/collect.png"></image>
- <view class="colorB6CADE fontfpr fontr24 lhr24">收藏</view>
- </view>
- <view wx:if="{{articleObj.collect!='0'}}" bindtap="cancleTap" class="tcollectbox tcenter">
- <image src="../../img/collected.png"></image>
- <view class="colorB6CADE fontfpr fontr24 lhr24">收藏</view>
- </view>
- </view>
- <block wx:if="{{bType == 'b'}}">
- <view wx:if="{{!showCutImage}}" style="width: 100%;height: 50rpx;"></view>
- <view class="shareTips">分享后上传分享截图可获得积分兑换现金</view>
- <view class="cutAndShare">
- <button wx:if="{{isBroker}}" bindtap="articlesharetap" class="shareBtn">立即分享</button>
- <button wx:else="" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber" loading="{{loading}}" disabled="{{loading}}" class="shareBtn">立即分享</button>
- </view>
- </block>
- <sharefooter wx:if="{{!pType && bType != 'b'}}" type="{{1}}"></sharefooter>
- <wshare wshareshow="{{wshareshow}}" bind:poster="setpostertap" bind:sfriend="sharetap" bind:sendfriendcircle="sendfriendtap" showTask="{{showTask}}" bind:shareurl="shareurltap" contentid="{{aid}}" type="Article"></wshare>
- <calcprice priceflag='{{priceflag}}' bind:run="closepricetap"></calcprice>
|