update .gitignore
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
</view>
|
||||
<view class="participant-count">
|
||||
<text v-if="Number(topNUmber) > 0" class="count-text">
|
||||
{{ Number(topNUmber) > 100 ? '99+' : topNUmber }}1
|
||||
{{ Number(topNUmber) > 100 ? '99+' : topNUmber }}
|
||||
</text>
|
||||
<text v-else class="count-text">
|
||||
{{ audienceNumber }}
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
{
|
||||
name: '参与直播活动',
|
||||
id: '17',
|
||||
state: '-',
|
||||
state: '+',
|
||||
color: '#e74c3c'
|
||||
},
|
||||
{
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<uni-icons v-else type="contact-filled" size="64"></uni-icons>
|
||||
<view class="name-box">
|
||||
<text>{{ topUser.userName }}</text>
|
||||
<text>ID:{{ topUser.userId }}</text>
|
||||
<text>ID:{{ topUser.invitationCode }}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="right-box">
|
||||
|
||||
Reference in New Issue
Block a user