chore: 切回测试环境,弹窗样式微调,文案精简
- 域名切回测试环境,超时提示统一 - 删除弹窗样式调整(宽度/圆角/按钮颜色) - 删除确认文案精简,同步 loading 文案统一为"加载中" - 移除 connectedWifi 调试背景色 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
099b7613fe
commit
0fab5259c9
@@ -317,7 +317,7 @@ Page({
|
||||
isSelf: true,
|
||||
}
|
||||
|
||||
wx.showLoading({ title: '正在下发主用户...', mask: true })
|
||||
wx.showLoading({ title: '加载中...', mask: true })
|
||||
lefuService.syncMembersToDevice([mainUser])
|
||||
.then(() => {
|
||||
wx.hideLoading()
|
||||
|
||||
Reference in New Issue
Block a user