[AI Generated]: fix(*): 修复测试用户ID为64位、限制用户数上限为5、新增WiFi列表为空时的兜底提示UI及样式,并注释本地调试域名

This commit is contained in:
17792275749
2026-04-10 10:34:18 +08:00
parent 571b222ad6
commit 8fd53c074d
4 changed files with 42 additions and 11 deletions
@@ -101,7 +101,7 @@ Component({
},
addUser() {
if (this.data.userList.length >= 10) {
if (this.data.userList.length >= 5) {
wx.showToast({
title: "超过最大用户数",
icon: "none"