去掉活动详细页面的活动参与人数
This commit is contained in:
parent
54b9aaf9f6
commit
a92033fcb0
|
|
@ -20,12 +20,12 @@
|
|||
<view class="title-section">
|
||||
<text class="main-title">{{ activityData.title }}</text>
|
||||
<view class="meta-info">
|
||||
<text class="date">{{
|
||||
formatDate(activityData.createTime)
|
||||
}}</text>
|
||||
<text class="date"
|
||||
>{{ formatDate(activityData.createTime) }}
|
||||
</text>
|
||||
<text class="read-count"
|
||||
>阅读{{ activityData.readNum || 0 }}</text
|
||||
>
|
||||
>阅读{{ activityData.readNum || 0 }}
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -41,15 +41,15 @@
|
|||
|
||||
<!-- 参与统计 -->
|
||||
<view class="participation-stats">
|
||||
<view class="stat-item">
|
||||
<text class="stat-label">活动参与人数:</text>
|
||||
<text class="stat-value">{{ activityData.attendance || 0 }}</text>
|
||||
</view>
|
||||
<!-- <view class="stat-item">-->
|
||||
<!-- <text class="stat-label">活动参与人数:</text>-->
|
||||
<!-- <text class="stat-value">{{ activityData.attendance || 0 }}</text>-->
|
||||
<!-- </view>-->
|
||||
<view class="stat-item">
|
||||
<text class="stat-label">已报名:</text>
|
||||
<text class="stat-value">{{
|
||||
activityData.currentBooking || 0
|
||||
}}</text>
|
||||
<text class="stat-value"
|
||||
>{{ activityData.currentBooking || 0 }}
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
@ -376,7 +376,7 @@ page {
|
|||
width: 100%;
|
||||
display: flex;
|
||||
border-radius: 16rpx;
|
||||
padding: 30rpx;
|
||||
padding: 30rpx 30rpx 30rpx 0;
|
||||
margin-bottom: 30rpx;
|
||||
|
||||
.stat-item {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user