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