fix: replace leftover 我的光面膜 with 我的设备 on home page

这个提交包含在:
Guoguo
2026-06-05 04:37:39 -07:00
父节点 3486cefa18
当前提交 9882d19b54
+1 -1
查看文件
@@ -60,7 +60,7 @@ Page({
if (devices.length > 0) {
app.globalData.currentDevice = devices[0]
self.setData({
deviceName: devices[0].device_name || devices[0].device_id || '我的光面膜',
deviceName: devices[0].device_name || devices[0].device_id || '我的设备',
deviceInfo: devices[0]
})
}