Browse Source

活动时间展示优化

xhj 2 năm trước cách đây
mục cha
commit
8a96521ed8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/matchList/index.vue

+ 1 - 1
pages/matchList/index.vue

@@ -36,7 +36,7 @@
 						<view class="stas ddflex">
 							<view class="fflex">
 								<view class="tag-box tovers">{{ item.brief }}</view>
-								<view class="area">
+								<view class="area" v-if="item.enlistEndTime || item.endTime">
 									<block v-if="item.state < 4">报名截止时间:{{ item.enlistEndTime }}</block>
 									<block v-else>活动结束时间:{{ item.endTime }}</block>
 								</view>