[AI Generated]: feat(Comp): 优化WiFi获取状态展示、下发失败自动重试、同步前清除设备用户数据

This commit is contained in:
17792275749
2026-04-13 13:54:23 +08:00
parent 4fc829a81f
commit f8957b0852
5 changed files with 23 additions and 15 deletions
@@ -250,8 +250,11 @@ Component({
syncIndex++;
syncNext();
} else {
wx.hideLoading();
wx.showToast({ title: "用户信息下发失败,请重试。", icon: "none" });
// wx.hideLoading();
// wx.showToast({ title: "用户信息下发失败,请重试。", icon: "none" });
// 失败自动重试当前用户
syncNext();
}
});
};