Commit a0679e6a authored by 王永阿飞's avatar 王永阿飞

修改了bug

parent 44c66293
......@@ -14,14 +14,14 @@
<view class="font-body">
<!-- // type 1--赛事活动 2-答题活动 signupNum--赛事活动人数 signupExamNum--答题活动人数 -->
<view class="activity_title">
<view style="padding: 2% 4%;">{{item.activityName |ellipsis}}</view>
<view style="padding: 2% 4%;white-space:pre-wrap">{{item.activityName |ellipsis}}</view>
</view>
<view style="margin-top: -70rpx;">
<view class="activity_font"> <text
style="padding-top: -1rpx;">报名截止:&nbsp;&nbsp;{{!item.signupTime ? '—' : item.signupTime}}</text>
</view>
<view class="activity_font">
<text>组织机构:&nbsp;&nbsp;{{item.mechanismName |ellipsisInstitutions}}</text></view>
<text style="white-space:pre-wrap">组织机构:&nbsp;&nbsp;{{item.mechanismName |ellipsisInstitutions}}</text></view>
<view class="activity_font" style="padding-bottom:10rpx;"> <text>已报名:&nbsp;&nbsp;<text
style="color: #FCA624; margin-left: 12rpx;">
<text v-if="item.type ==='1'">{{item.signupNum}}</text>
......@@ -89,7 +89,6 @@
this.login()
// this.getList()
},
onShow() {
console.log('onShow')
this.getList()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment