feat: 删除无用的console输出

This commit is contained in:
Blizzard
2026-02-14 13:17:05 +08:00
parent d6f781a666
commit 2d8ffd842a
7 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ Page({
// Open WeChat notification settings
wx.openSetting({
success: (res) => {
console.log('Settings opened', res);
}
});
},