Browse Source

静态页面

xcx 4 years ago
parent
commit
6b4507617b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/HuiShengHuo/ActivityList/ActivityDetail/index.vue

+ 1
- 1
src/pages/HuiShengHuo/ActivityList/ActivityDetail/index.vue View File

25
             <text>活动地址:</text>
25
             <text>活动地址:</text>
26
             <text class="flex-item">{{ActivityDetail.address}}</text>
26
             <text class="flex-item">{{ActivityDetail.address}}</text>
27
           </view>
27
           </view>
28
-          <view class="Line flex-h">
28
+          <view class="Line flex-h" v-if="IsEnroll">
29
             <text>报名截止:</text>
29
             <text>报名截止:</text>
30
             <text class="flex-item">{{ToolClass.DateFormat(new Date(ActivityDetail.enrollEnd).getTime())}}</text>
30
             <text class="flex-item">{{ToolClass.DateFormat(new Date(ActivityDetail.enrollEnd).getTime())}}</text>
31
           </view>
31
           </view>