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.

1 line
1.3 KiB

3 years ago
<view><view class="describe-box"><view class="activity-title">{{activityDetail.name}}</view><view class="time-box"><text class="name">{{activityDetail.publisherVo.name}}</text><text>{{activityDetail.updateTime+" 发布"}}</text></view><view class="content"><mp-html vue-id="ea7b98fe-1" content="{{article}}" bind:__l="__l"></mp-html></view><view class="handle-box acea-row row-middle row-between"><view class="acea-row"><view data-event-opts="{{[['tap',[['call',['$event']]]]]}}" class="call-box acea-row row-middle" bindtap="__e"><image src="/static/images/phone.png"></image><text>拨号</text></view><view data-event-opts="{{[['tap',[['collect',['$event']]]]]}}" class="call-box acea-row row-middle" bindtap="__e"><image src="/static/images/collect.png"></image><text>{{activityDetail.collect?'已收藏':'收藏'}}</text></view></view><view class="handle-btn-box"><block wx:if="{{activityDetail.status==2}}"><view class="cancel-btn">报名截止</view></block><block wx:if="{{activityDetail.status==3}}"><view class="cancel-btn">活动结束</view></block><block wx:if="{{activityDetail.status==0}}"><view class="cancel-btn">等待报名</view></block><block wx:if="{{activityDetail.status==1}}"><view data-event-opts="{{[['tap',[['toSignPage',['$event']]]]]}}" class="cancel-btn signIn-btn" bindtap="__e">立即报名</view></block></view></view></view></view>