|
|
@@ -91,9 +91,7 @@
|
|
|
</view>
|
|
|
<view class="box1-info-pre line">
|
|
|
<text>可获得义工时长</text>
|
|
|
- <!-- typeId=='1977564860095348737'为义工活动,义工时长只有义工活动才有 -->
|
|
|
- <view class="hour" v-if="activityInfo?.typeId=='1977564860095348737'"><text>{{activityInfo?.serviceHours||0}}</text> 小时</view>
|
|
|
- <view class="hour" v-else>无</view>
|
|
|
+ <view class="hour"><text>{{activityInfo?.serviceHours||0}}</text> 小时</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box1-line" style="margin-top: 30rpx;"></view>
|