拓恒河湖长制全民护河平台WEB端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1004B

  1. <!--package_first/pages/VolunteerDetail/index.wxml-->
  2. <view class="VolunteerDetail_container">
  3. <view class="main">
  4. <rich-text class="content" type="node" style="width:100%; white-space: pre-wrap;word-break: break-all;" nodes="{{dataSource.content}}"></rich-text>
  5. <view >
  6. <!-- <image class="Volunteer_image" src="{{activityInfo.imageUrl}}" mode=""/> -->
  7. </view>
  8. <view class="apply_time">
  9. <view class="apply">报名时间:</view>
  10. <view class="time">{{activityInfo.applyBeginTime}}~{{activityInfo.applyEndTime}}</view>
  11. </view>
  12. <view class="activity_time">
  13. <view class="activity">活动时间:</view>
  14. <view class="time_act">{{activityInfo.activityBeginTime}}~{{activityInfo.activityEndTime}}</view>
  15. </view>
  16. </view>
  17. <view wx:if="{{activityInfo.status==2}}" class="button" bindtap="goApply">
  18. {{status === 2 ?'已报名':'立即报名'}}
  19. </view>
  20. </view>