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.
|
- <!--package_first/pages/VolunteerDetail/index.wxml-->
- <view class="VolunteerDetail_container">
- <view class="main">
- <rich-text class="content" type="node" style="width:100%; white-space: pre-wrap;word-break: break-all;" nodes="{{dataSource.content}}"></rich-text>
- <view >
- <!-- <image class="Volunteer_image" src="{{activityInfo.imageUrl}}" mode=""/> -->
- </view>
- <view class="apply_time">
- <view class="apply">报名时间:</view>
- <view class="time">{{activityInfo.applyBeginTime}}~{{activityInfo.applyEndTime}}</view>
- </view>
- <view class="activity_time">
- <view class="activity">活动时间:</view>
- <view class="time_act">{{activityInfo.activityBeginTime}}~{{activityInfo.activityEndTime}}</view>
- </view>
- </view>
- <view wx:if="{{activityInfo.status==2}}" class="button" bindtap="goApply">
- {{status === 2 ?'已报名':'立即报名'}}
- </view>
- </view>
|