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 }}
|
||||
|
||||
Reference in New Issue
Block a user