1
0

activitymsg.wxml 465 B

123456789101112
  1. <wxs module="filters" src="../../../utils/filters.wxs"></wxs>
  2. <view class="activitymsg" hidden="{{type!=1}}">
  3. <view wx:if="{{false}}">
  4. <image class="posterimg" mode="widthFix" src="{{activityobj.poster}}"></image>
  5. </view>
  6. <view class="contentbox">
  7. <mp-html content="{{activityobj.content}}" />
  8. </view>
  9. </view>
  10. <wshare wshareshow="{{wshareshow}}" bind:poster="setpostertap" bind:sendfriendcircle="activitytap" bind:shareurl="shareurltap"></wshare>