[AI Generated]: fix(*): 修复测试用户ID为64位、限制用户数上限为5、新增WiFi列表为空时的兜底提示UI及样式,并注释本地调试域名
This commit is contained in:
@@ -101,7 +101,7 @@ Component({
|
||||
},
|
||||
|
||||
addUser() {
|
||||
if (this.data.userList.length >= 10) {
|
||||
if (this.data.userList.length >= 5) {
|
||||
wx.showToast({
|
||||
title: "超过最大用户数",
|
||||
icon: "none"
|
||||
|
||||
Reference in New Issue
Block a user