将coilId的存储模式改成string

This commit is contained in:
2025-10-29 11:17:50 +08:00
parent 771f4ab006
commit fb1630aaba
10 changed files with 3943 additions and 740 deletions

View File

@@ -30,7 +30,6 @@ function getIgnoredVersion() {
}
function setIgnoredVersion(version) {
uni.setStorageSync('ignoredVersion', version);
console.log('已设置忽略版本:', version);
}