修复注册登录输入框限制等bug

This commit is contained in:
zhouyanli
2026-08-03 17:39:27 +08:00
parent 015ed25400
commit 5c8671a91e
6 changed files with 39 additions and 33 deletions

View File

@@ -61,7 +61,7 @@
<view class="info-item">
<view class="info-label">活动名额</view>
<view class="info-value">{{activityConent.quota}}</view>
<view class="info-value">{{ activityConent.quota == 0 ? '无限名额' : activityConent.quota + '人' }}</view>
</view>
<view class="info-item">