- <wxs module="filters" src="../../../utils/filters.wxs"></wxs>
- <view class="activitymsg" hidden="{{type!=1}}">
- <view wx:if="{{false}}">
- <image class="posterimg" mode="widthFix" src="{{activityobj.poster}}"></image>
- </view>
- <view class="contentbox">
- <mp-html content="{{activityobj.content}}" />
- </view>
- </view>
- <wshare wshareshow="{{wshareshow}}" bind:poster="setpostertap" bind:sendfriendcircle="activitytap" bind:shareurl="shareurltap"></wshare>
|